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.
Arguments
- job_name
The job name, as returned by
cloud_check()
.- pkg
Path to package.
- install_failures
Whether to include packages that failed to install.
- timeout_failures
Whether to include packages that timed out.
Value
A character vector with the names of broken packages, to be passed to cloud_check()
.
See also
Other cloud:
cloud_browse()
,
cloud_cancel()
,
cloud_check()
,
cloud_details()
,
cloud_fetch_results()
,
cloud_plot()
,
cloud_report()
,
cloud_results()
,
cloud_status()
,
cloud_summary()