Skip to content

Commit

Permalink
move rmsfact to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 3, 2024
1 parent 0bb8788 commit 3218def
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ VignetteBuilder: knitr
Imports:
crayon,
fortunes,
rlang,
rmsfact
rlang
Suggests:
curl,
jsonlite,
knitr,
rmarkdown,
rmsfact,
testthat
RoxygenNote: 7.3.2
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ importFrom(rlang,inform)
importFrom(rlang,is_character)
importFrom(rlang,is_null)
importFrom(rlang,set_names)
importFrom(rmsfact,rmsfact)
1 change: 0 additions & 1 deletion R/cowsay-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

## usethis namespace: start
#' @importFrom fortunes fortune
#' @importFrom rmsfact rmsfact
#' @importFrom rlang has_length is_null arg_match abort inform
#' is_character are_na set_names
## usethis namespace: end
Expand Down
1 change: 1 addition & 0 deletions R/say.R
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ say <- function(
}

if (what == "rms") {
rlang::check_installed("rmsfact")
what <- rmsfact::rmsfact()
}

Expand Down

0 comments on commit 3218def

Please sign in to comment.