This function is deprecated since the underlying function
rhub::check_for_cran()
is now deprecated and defunct. See rhub::rhubv2
learn about the new check system, R-hub v2.
Usage
check_rhub(
pkg = ".",
platforms = NULL,
email = NULL,
interactive = TRUE,
build_args = NULL,
...
)
Arguments
- pkg
The package to use, can be a file path to the package or a package object. See
as.package()
for more information.- platforms
R-hub platforms to run the check on.
email address to notify.
- interactive
whether to show the status of the build.
- build_args
Arguments passed to
R CMD build
.- ...
extra arguments, passed to
rhub::check_for_cran()
.