From 117b4f3283b47c227719a9420e62ae1dcb49862f Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Wed, 19 Sep 2018 09:07:34 -0400 Subject: [PATCH] Fix deprecation message Fixes #1872 --- R/check-cran.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/check-cran.R b/R/check-cran.R index bff7d83ba..5caa31e1a 100644 --- a/R/check-cran.R +++ b/R/check-cran.R @@ -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) {