Learn R Programming

devtools (version 2.4.6)

check_rhub: Run CRAN checks for package on R-hub

Description

[Deprecated]

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,
  ...
)

Value

a rhub_check object.

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

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().