Skip to content

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.

Usage

cloud_broken(
  job_name = cloud_job(pkg = pkg),
  pkg = ".",
  install_failures = FALSE,
  timeout_failures = FALSE
)

cloud_failed(job_name = cloud_job(pkg = pkg), pkg = ".")

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().