Skip to content

Submit a reverse dependency checking job to the cloud

Usage

cloud_check(
  pkg = ".",
  tarball = NULL,
  revdep_packages = NULL,
  extra_revdeps = NULL,
  r_version = "4.3.1",
  check_args = "--no-manual",
  bioc = FALSE
)

Arguments

pkg

Path to package.

tarball

A pre-built package tarball, if NULL a tarball will be automatically built for the package at pkg by pkgbuild::build().

revdep_packages

A character vector of packages to check, if NULL equal to cran_revdeps()

extra_revdeps

Additional packages to use as source for reverse dependencies.

r_version

The R version to use.

check_args

Additional argument to pass to R CMD check

bioc

Also check revdeps that live in Bioconductor? Default FALSE. Note that the cloud revdep check service does not currently include system dependencies of Bioconductor packages, so there is potential for more failed checks.

Value

The AWS Batch job name