Skip to content

Commit

Permalink
Fix deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Sep 19, 2018
1 parent 62970aa commit 117b4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check-cran.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ check_cran <- function(pkgs, libpath = file.path(tempdir(), "R-lib"),
install_dir = tempfile("check_cran_install"),
env_vars = NULL,
quiet_check = TRUE) {
.Deprecated("rcmdcheck::revdep_check()", package = "devtools")
.Deprecated("revdepcheck::revdep_check()", package = "devtools")
}

parse_check_time <- function(path) {
Expand Down

0 comments on commit 117b4f3

Please sign in to comment.