Skip to content

Commit

Permalink
mentions devtools::check_rhub() (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored and gaborcsardi committed Apr 8, 2019
1 parent 1880067 commit fef4c90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/check-cran.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#' * It checks the package on R-release and R-devel.
#' * It uses the `--as-cran` argument to `R CMD check`.
#' * It requires all dependencies, including suggested ones.
#'
#' @details This function is wrapped by `devtools::check_rhub()` which you
#' might find useful if you load `devtools` via your .Rprofile (see `usethis::use_devtools()`).
#'
#' @param check_args Arguments for `R CMD check`. By default `--as-cran`
#' is used.
Expand Down
3 changes: 3 additions & 0 deletions man/check_for_cran.Rd

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

0 comments on commit fef4c90

Please sign in to comment.