cloud_broken | R Documentation |
Broken packages are those whose checks got worse with the dev version. Failed packages are those whose cloud jobs failed, either because the spot instance was shut down by AWS or because the checks used too much memory and were killed.
cloud_broken(
job_name = cloud_job(pkg = pkg),
pkg = ".",
install_failures = FALSE,
timeout_failures = FALSE
)
cloud_failed(job_name = cloud_job(pkg = pkg), pkg = ".")
job_name |
The job name, as returned by |
pkg |
Path to package. |
install_failures |
Whether to include packages that failed to install. |
timeout_failures |
Whether to include packages that timed out. |
A character vector with the names of broken packages, to be passed to cloud_check()
.
Other cloud:
cloud_browse()
,
cloud_cancel()
,
cloud_check()
,
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.