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 atpkg
bypkgbuild::build()
.- revdep_packages
A character vector of packages to check, if
NULL
equal tocran_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.
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()