Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored and github-actions[bot] committed Sep 29, 2024
1 parent 08e1508 commit 8844410
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ <h2 class="anchored" data-anchor-id="general">General</h2>
<li><p><a href="https://cran.r-project.org/package=codetools"><code>{codetools}</code></a> (code analysis tools for R)</p></li>
<li><p><a href="https://docs.ropensci.org/goodpractice/"><code>{goodpractice}</code></a> (Swiss army knife for good practices)</p></li>
<li><p><a href="https://github.com/jumpingrivers/inteRgrate/"><code>{inteRgrate}</code></a> (provides an opinionated set of rules for R package development)</p></li>
<li><p><a href="https://inbo.github.io/checklist/"><code>{checklist}</code></a> (to provide an elaborate and strict set of checks for R packages and R code)</p></li>
<li><p><a href="https://docs.ropensci.org/pkgcheck/"><code>{pkgcheck}</code></a> (checks if package follows good practices recommended for packages in the <a href="https://ropensci.org/"><code>rOpenSci</code></a> ecosystem)</p></li>
<li><p><a href="https://docs.ropensci.org/pkgstats/">{pkgstats}</a> (a static code analysis tool)</p></li>
<li><p><a href="https://github.com/kalibera/rchk/"><code>{rchk}</code></a> (provides several bug-finding tools that look for memory protection errors in C source code using R API)</p></li>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ <h2 class="anchored" data-anchor-id="general">General</h2>
<li><p><a href="https://cran.r-project.org/package=codetools"><code>{codetools}</code></a> (code analysis tools for R)</p></li>
<li><p><a href="https://docs.ropensci.org/goodpractice/"><code>{goodpractice}</code></a> (Swiss army knife for good practices)</p></li>
<li><p><a href="https://github.com/jumpingrivers/inteRgrate/"><code>{inteRgrate}</code></a> (provides an opinionated set of rules for R package development)</p></li>
<li><p><a href="https://inbo.github.io/checklist/"><code>{checklist}</code></a> (to provide an elaborate and strict set of checks for R packages and R code)</p></li>
<li><p><a href="https://docs.ropensci.org/pkgcheck/"><code>{pkgcheck}</code></a> (checks if package follows good practices recommended for packages in the <a href="https://ropensci.org/"><code>rOpenSci</code></a> ecosystem)</p></li>
<li><p><a href="https://docs.ropensci.org/pkgstats/">{pkgstats}</a> (a static code analysis tool)</p></li>
<li><p><a href="https://github.com/kalibera/rchk/"><code>{rchk}</code></a> (provides several bug-finding tools that look for memory protection errors in C source code using R API)</p></li>
Expand Down

0 comments on commit 8844410

Please sign in to comment.