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.
check_rhub(
pkg = ".",
platforms = NULL,
email = NULL,
interactive = TRUE,
build_args = NULL,
...
)
a rhub_check
object.
The package to use, can be a file path to the package or a
package object. See as.package()
for more information.
R-hub platforms to run the check on.
email address to notify.
whether to show the status of the build.
Arguments passed to R CMD build
.
extra arguments, passed to rhub::check_for_cran()
.