Skip to content

Commit

Permalink
Embrace "deprecated" over "defunct"
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 25, 2024
1 parent 80d3ef1 commit e6e489d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .covrignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
R/deprec-*.R
R/compat-*.R
R/usethis-defunct.R
R/usethis-deprecated.R
File renamed without changes.
2 changes: 1 addition & 1 deletion man/git_branch_default.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/use_github_actions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/use_tidy_labels.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# use_tidy_eval() is defunct
# use_tidy_eval() is deprecated

Code
use_tidy_eval()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
test_that("use_tidy_eval() is defunct", {
test_that("use_tidy_eval() is deprecated", {
skip_if_not_installed("roxygen2")

pkg <- create_local_package()
expect_snapshot(use_tidy_eval(), error = TRUE)
})

0 comments on commit e6e489d

Please sign in to comment.