From e874c0961cfee81bd7dfa531183aa4871282f9c5 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Wed, 10 Jul 2024 23:27:02 +0200 Subject: [PATCH] add checked --- README.qmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)