diff --git a/README.html b/README.html index dc95cbe..0792655 100644 --- a/README.html +++ b/README.html @@ -539,6 +539,7 @@

General

  • {codetools} (code analysis tools for R)

  • {goodpractice} (Swiss army knife for good practices)

  • {inteRgrate} (provides an opinionated set of rules for R package development)

  • +
  • {checklist} (to provide an elaborate and strict set of checks for R packages and R code)

  • {pkgcheck} (checks if package follows good practices recommended for packages in the rOpenSci ecosystem)

  • {pkgstats} (a static code analysis tool)

  • {rchk} (provides several bug-finding tools that look for memory protection errors in C source code using R API)

  • diff --git a/README.md b/README.md index d8da03a..f417d4c 100644 --- a/README.md +++ b/README.md @@ -595,6 +595,9 @@ whether the package is meant to be submitted to CRAN or Bioconductor. - [`{inteRgrate}`](https://github.com/jumpingrivers/inteRgrate/) (provides an opinionated set of rules for R package development) +- [`{checklist}`](https://inbo.github.io/checklist/) (to provide an + elaborate and strict set of checks for R packages and R code) + - [`{pkgcheck}`](https://docs.ropensci.org/pkgcheck/) (checks if package follows good practices recommended for packages in the [`rOpenSci`](https://ropensci.org/) ecosystem) diff --git a/index.html b/index.html index dc95cbe..0792655 100644 --- a/index.html +++ b/index.html @@ -539,6 +539,7 @@

    General

  • {codetools} (code analysis tools for R)

  • {goodpractice} (Swiss army knife for good practices)

  • {inteRgrate} (provides an opinionated set of rules for R package development)

  • +
  • {checklist} (to provide an elaborate and strict set of checks for R packages and R code)

  • {pkgcheck} (checks if package follows good practices recommended for packages in the rOpenSci ecosystem)

  • {pkgstats} (a static code analysis tool)

  • {rchk} (provides several bug-finding tools that look for memory protection errors in C source code using R API)