Skip to content

Commit

Permalink
add checked
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 10, 2024
1 parent 91a7d7f commit e874c09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,16 @@ 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)

- [`{BiocCheck}`](https://github.com/Bioconductor/BiocCheck/) (to run Bioconductor-specific package checks)

- [`{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)
Expand Down

0 comments on commit e874c09

Please sign in to comment.