Report issues from R CMD check on R-universe.
Usage
issues_r_cmd_check(meta = meta_packages())Arguments
- meta
Package metadata from
meta_packages().
Value
A data frame with one row for each problematic
package and columns for the package
names and R CMD check issues.
Details
issues_r_cmd_check() reads output from
the R-universe R CMD check results API
to scan all R-multiverse packages for status that may have
happened during building and testing.
Package status
Functions like issues_versions() and issues_r_cmd_check()
perform health checks for all packages in R-multiverse.
For a complete list of checks, see
the issues_*() functions listed at
https://r-multiverse.org/multiverse.internals/reference/index.html.
record_versions() updates the version number history
of releases in R-multiverse, and record_status() gathers
together all the status about R-multiverse packages.