cloud_check: Submit a reverse dependency checking job to the cloud

View source: R/cloud.R

cloud_checkR Documentation

Submit a reverse dependency checking job to the cloud

Description

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

See Also

Other cloud: cloud_broken(), cloud_browse(), cloud_cancel(), cloud_details(), cloud_fetch_results(), cloud_plot(), cloud_report(), cloud_results(), cloud_status(), cloud_summary()


r-lib/revdepcheck documentation built on April 7, 2024, 6:30 p.m.