cloud_check | R Documentation |
Submit a reverse dependency checking job to the cloud
cloud_check(
pkg = ".",
tarball = NULL,
revdep_packages = NULL,
extra_revdeps = NULL,
r_version = "4.3.1",
check_args = "--no-manual",
bioc = FALSE
)
pkg |
Path to package. |
tarball |
A pre-built package tarball, if |
revdep_packages |
A character vector of packages to check, if |
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 |
bioc |
Also check revdeps that live in Bioconductor? Default |
The AWS Batch job name
Other cloud:
cloud_broken()
,
cloud_browse()
,
cloud_cancel()
,
cloud_details()
,
cloud_fetch_results()
,
cloud_plot()
,
cloud_report()
,
cloud_results()
,
cloud_status()
,
cloud_summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.