Software

rcmdcheck
Run R CMD check from R and collect the results
R
rcmdcheck provides programmatic access to R’s package checking system by running R CMD check from within R and capturing the results. It works on package folders or .tar.gz files and returns structured output with errors, warnings, and notes as separate character vectors.
The package enables automated quality checks in CI/CD pipelines and supports background processes for running multiple checks concurrently. It includes functions for parsing check output from files or URLs, accessing CRAN check results across platforms, and comparing check results between different versions or against CRAN. The structured output makes it straightforward to integrate package validation into automated workflows.
rcmdcheck
rcmdcheck
rcmdcheck





