diff --git a/README.qmd b/README.qmd index a26e909..aca99db 100644 --- a/README.qmd +++ b/README.qmd @@ -461,7 +461,7 @@ Tools useful across all stages of package development (some of these are meta-pa - [`{attachment}`](https://github.com/ThinkR-open/attachment/) (to deal with package dependencies during package development) -# CRAN/Bioconductor checks, submission, and status 📬 +# CRAN/Bioconductor checks 📬 - [`{rcmdcheck}`](https://rcmdcheck.r-lib.org/) (to run `R CMD check` form R programmatically) @@ -469,6 +469,8 @@ Tools useful across all stages of package development (some of these are meta-pa - [`{rhub}`](https://cran.r-project.org/package=rhub) (to run `R CMD check` on CRAN architectures) +- [`{checked}`](https://CRAN.R-project.org/package=checked) (systematically run `R CMD check` against multiple packages) + - [`{checkhelper}`](https://thinkr-open.github.io/checkhelper/) (to help avoid problems with CRAN submissions) - [`{extrachecks}`](https://github.com/JosiahParry/extrachecks/) (to run some additional CRAN checks)