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 Jun 29, 2024
1 parent 9f64a8a commit a3b044c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h1 class="title">Awesome R Package Development Tools</h1>
<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">June 28, 2024</p>
<p class="date-modified">June 29, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -428,6 +428,7 @@ <h2 class="anchored" data-anchor-id="generic-r-packages">Generic R Packages</h2>
<li><p><a href="https://cran.r-project.org/package=tinytest"><code>{tinytest}</code></a> (zero-dependency unit testing framework that installs tests with the package)</p></li>
<li><p><a href="https://github.com/vincentarelbundock/tinysnapshot"><code>{tinysnapshot}</code></a> (snapshots for unit tests using the <a href="https://cran.r-project.org/package=tinytest"><code>{tinytest}</code></a> framework)</p></li>
<li><p><a href="https://CRAN.R-project.org/package=tinytest2JUnit"><code>{tinytest2JUnit}</code></a> (to convert <a href="https://cran.r-project.org/package=tinytest"><code>{tinytest}</code></a> output to JUnit XML needed by CI/CD)</p></li>
<li><p><a href="https://github.com/mllg/checkmate.tinytest"><code>{checkmate.tinytest}</code></a> (additional expectations for <code>{tinytest}</code> framework)</p></li>
<li><p><a href="https://cran.r-project.org/package=RUnit"><code>{RUnit}</code></a> (a standard unit testing framework, with additional code inspection and report generation tools)</p></li>
<li><p><a href="https://CRAN.R-project.org/package=testit"><code>{testit}</code></a> (a simple package for testing R packages)</p></li>
<li><p><a href="https://CRAN.R-project.org/package=realtest"><code>{realtest}</code></a> (a framework unit testing that distinguishes between expected, acceptable, current, fallback, ideal, or regressive behaviours)</p></li>
Expand Down Expand Up @@ -840,7 +841,7 @@ <h1>Session information</h1>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a> collate C.UTF<span class="dv">-8</span></span>
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a> ctype C.UTF<span class="dv">-8</span></span>
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a> tz UTC</span>
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-06-28</span></span>
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-06-29</span></span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> pandoc <span class="dv">3</span>.<span class="fl">2.1</span> <span class="sc">@</span> <span class="er">/</span>opt<span class="sc">/</span>hostedtoolcache<span class="sc">/</span>pandoc<span class="sc">/</span><span class="dv">3</span>.<span class="fl">2.1</span><span class="sc">/</span>x64<span class="sc">/</span> (via rmarkdown)</span>
<span id="cb1-14"><a href="#cb1-14" aria-hidden="true" tabindex="-1"></a> quarto <span class="dv">1</span>.<span class="fl">5.52</span> <span class="sc">@</span> <span class="er">/</span>usr<span class="sc">/</span>local<span class="sc">/</span>bin<span class="sc">/</span>quarto</span>
<span id="cb1-15"><a href="#cb1-15" aria-hidden="true" tabindex="-1"></a></span>
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ whether the package is meant to be submitted to CRAN or Bioconductor.
[`{tinytest}`](https://cran.r-project.org/package=tinytest) output
to JUnit XML needed by CI/CD)

- [`{checkmate.tinytest}`](https://github.com/mllg/checkmate.tinytest)
(additional expectations for `{tinytest}` framework)

- [`{RUnit}`](https://cran.r-project.org/package=RUnit) (a standard
unit testing framework, with additional code inspection and report
generation tools)
Expand Down Expand Up @@ -1041,7 +1044,7 @@ To thank the contributors or maintainers of packages you rely on.
collate C.UTF-8
ctype C.UTF-8
tz UTC
date 2024-06-28
date 2024-06-29
pandoc 3.2.1 @ /opt/hostedtoolcache/pandoc/3.2.1/x64/ (via rmarkdown)
quarto 1.5.52 @ /usr/local/bin/quarto

Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h1 class="title">Awesome R Package Development Tools</h1>
<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">June 28, 2024</p>
<p class="date-modified">June 29, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -428,6 +428,7 @@ <h2 class="anchored" data-anchor-id="generic-r-packages">Generic R Packages</h2>
<li><p><a href="https://cran.r-project.org/package=tinytest"><code>{tinytest}</code></a> (zero-dependency unit testing framework that installs tests with the package)</p></li>
<li><p><a href="https://github.com/vincentarelbundock/tinysnapshot"><code>{tinysnapshot}</code></a> (snapshots for unit tests using the <a href="https://cran.r-project.org/package=tinytest"><code>{tinytest}</code></a> framework)</p></li>
<li><p><a href="https://CRAN.R-project.org/package=tinytest2JUnit"><code>{tinytest2JUnit}</code></a> (to convert <a href="https://cran.r-project.org/package=tinytest"><code>{tinytest}</code></a> output to JUnit XML needed by CI/CD)</p></li>
<li><p><a href="https://github.com/mllg/checkmate.tinytest"><code>{checkmate.tinytest}</code></a> (additional expectations for <code>{tinytest}</code> framework)</p></li>
<li><p><a href="https://cran.r-project.org/package=RUnit"><code>{RUnit}</code></a> (a standard unit testing framework, with additional code inspection and report generation tools)</p></li>
<li><p><a href="https://CRAN.R-project.org/package=testit"><code>{testit}</code></a> (a simple package for testing R packages)</p></li>
<li><p><a href="https://CRAN.R-project.org/package=realtest"><code>{realtest}</code></a> (a framework unit testing that distinguishes between expected, acceptable, current, fallback, ideal, or regressive behaviours)</p></li>
Expand Down Expand Up @@ -840,7 +841,7 @@ <h1>Session information</h1>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a> collate C.UTF<span class="dv">-8</span></span>
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a> ctype C.UTF<span class="dv">-8</span></span>
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a> tz UTC</span>
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-06-28</span></span>
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-06-29</span></span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> pandoc <span class="dv">3</span>.<span class="fl">2.1</span> <span class="sc">@</span> <span class="er">/</span>opt<span class="sc">/</span>hostedtoolcache<span class="sc">/</span>pandoc<span class="sc">/</span><span class="dv">3</span>.<span class="fl">2.1</span><span class="sc">/</span>x64<span class="sc">/</span> (via rmarkdown)</span>
<span id="cb1-14"><a href="#cb1-14" aria-hidden="true" tabindex="-1"></a> quarto <span class="dv">1</span>.<span class="fl">5.52</span> <span class="sc">@</span> <span class="er">/</span>usr<span class="sc">/</span>local<span class="sc">/</span>bin<span class="sc">/</span>quarto</span>
<span id="cb1-15"><a href="#cb1-15" aria-hidden="true" tabindex="-1"></a></span>
Expand Down

0 comments on commit a3b044c

Please sign in to comment.