Skip to content

Commit

Permalink
chore: #466 lints and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Dec 6, 2024
1 parent 445eb67 commit 672287a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/lifecycle_admiral.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#'
#' @examples
#' # A Phase 1 deprecated function with custom bulleted list:
#' deprecate_warn(
#' deprecate_inform(
#' when = "1.0.0",
#' what = "foo()",
#' details = c(
Expand Down
5 changes: 2 additions & 3 deletions man/deprecate_inform.Rd

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

4 changes: 2 additions & 2 deletions tests/testthat/test-lifecycle_admiral.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ test_that("lifecycle_admiral Test 2: Nicer message is sent to user", {
details = c(
x = "This message will turn into a warning with release of 1.1.0",
i = "See admiral's deprecation guidance:
https://pharmaverse.github.io/admiraldev/dev/articles/programming_strategy.html#deprecation"
) # nolint
https://pharmaverse.github.io/admiraldev/dev/articles/programming_strategy.html#deprecation" # nolint
)
)
assert_data_frame(dataset, required_vars = exprs(STUDYID, USUBJID))
}
Expand Down

0 comments on commit 672287a

Please sign in to comment.