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 Nov 13, 2024
1 parent 45976f6 commit 13eb8ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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">November 10, 2024</p>
<p class="date-modified">November 13, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -330,6 +330,7 @@ <h2 class="anchored" data-anchor-id="manual">Manual</h2>
<li><p><a href="https://github.com/mlysy/rdoxygen"><code>{rdoxygen}</code></a> (to create Doxygen documentation for R package C++ code)</p></li>
<li><p><a href="https://github.com/anthonynorth/roxyglobals"><code>{roxyglobals}</code></a> (to generate global variables with <code>{roxygen2}</code> documentation)</p></li>
<li><p><a href="https://yonicd.github.io/sinew/"><code>{sinew}</code></a> (generate <code>{roxygen2}</code> skeletons)</p></li>
<li><p><a href="https://github.com/DanChaltiel/autoimport"><code>{autoimport}</code></a> (to automatically generate <span class="citation" data-cites="importFrom">@importFrom</span> roxygen tags from R files)</p></li>
<li><p><a href="https://cran.r-project.org/package=roclang"><code>{roclang}</code></a> (helpers for diffusing content across function documentation)</p></li>
<li><p><a href="https://cran.r-project.org/package=Rdpack"><code>{Rdpack}</code></a> (for inserting references, figures, and evaluated examples in Rd docs)</p></li>
<li><p><a href="https://roxygen2md.r-lib.org"><code>{roxygen2md}</code></a> (to allow Markdown syntax usage in <code>{roxygen2}</code> documentation)</p></li>
Expand Down Expand Up @@ -876,13 +877,13 @@ <h1>Session information</h1>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> version R version <span class="dv">4</span>.<span class="fl">4.2</span> (<span class="dv">2024-10-31</span>)</span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a> os Ubuntu <span class="dv">22</span>.<span class="fl">04.5</span> LTS</span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a> system x86_64, linux<span class="sc">-</span>gnu</span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> hostname fv<span class="sc">-</span>az1393<span class="dv">-535</span></span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> hostname fv<span class="sc">-</span>az1116<span class="dv">-512</span></span>
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a> ui X11</span>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a> <span class="fu">language</span> (EN)</span>
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a> collate C.UTF<span class="dv">-8</span></span>
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a> ctype C.UTF<span class="dv">-8</span></span>
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a> tz UTC</span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-11-10</span></span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-11-13</span></span>
<span id="cb1-14"><a href="#cb1-14" aria-hidden="true" tabindex="-1"></a> pandoc <span class="fl">3.5</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="fl">3.5</span><span class="sc">/</span>x64<span class="sc">/</span> (via rmarkdown)</span>
<span id="cb1-15"><a href="#cb1-15" aria-hidden="true" tabindex="-1"></a> quarto <span class="dv">1</span>.<span class="fl">6.33</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-16"><a href="#cb1-16" aria-hidden="true" tabindex="-1"></a></span>
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ whether the package is meant to be submitted to CRAN or Bioconductor.
- [`{sinew}`](https://yonicd.github.io/sinew/) (generate `{roxygen2}`
skeletons)

- [`{autoimport}`](https://github.com/DanChaltiel/autoimport) (to
automatically generate @importFrom roxygen tags from R files)

- [`{roclang}`](https://cran.r-project.org/package=roclang) (helpers
for diffusing content across function documentation)

Expand Down Expand Up @@ -1120,13 +1123,13 @@ To thank the contributors or maintainers of packages you rely on.
version R version 4.4.2 (2024-10-31)
os Ubuntu 22.04.5 LTS
system x86_64, linux-gnu
hostname fv-az1393-535
hostname fv-az1116-512
ui X11
language (EN)
collate C.UTF-8
ctype C.UTF-8
tz UTC
date 2024-11-10
date 2024-11-13
pandoc 3.5 @ /opt/hostedtoolcache/pandoc/3.5/x64/ (via rmarkdown)
quarto 1.6.33 @ /usr/local/bin/quarto

Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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">November 10, 2024</p>
<p class="date-modified">November 13, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -330,6 +330,7 @@ <h2 class="anchored" data-anchor-id="manual">Manual</h2>
<li><p><a href="https://github.com/mlysy/rdoxygen"><code>{rdoxygen}</code></a> (to create Doxygen documentation for R package C++ code)</p></li>
<li><p><a href="https://github.com/anthonynorth/roxyglobals"><code>{roxyglobals}</code></a> (to generate global variables with <code>{roxygen2}</code> documentation)</p></li>
<li><p><a href="https://yonicd.github.io/sinew/"><code>{sinew}</code></a> (generate <code>{roxygen2}</code> skeletons)</p></li>
<li><p><a href="https://github.com/DanChaltiel/autoimport"><code>{autoimport}</code></a> (to automatically generate <span class="citation" data-cites="importFrom">@importFrom</span> roxygen tags from R files)</p></li>
<li><p><a href="https://cran.r-project.org/package=roclang"><code>{roclang}</code></a> (helpers for diffusing content across function documentation)</p></li>
<li><p><a href="https://cran.r-project.org/package=Rdpack"><code>{Rdpack}</code></a> (for inserting references, figures, and evaluated examples in Rd docs)</p></li>
<li><p><a href="https://roxygen2md.r-lib.org"><code>{roxygen2md}</code></a> (to allow Markdown syntax usage in <code>{roxygen2}</code> documentation)</p></li>
Expand Down Expand Up @@ -876,13 +877,13 @@ <h1>Session information</h1>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> version R version <span class="dv">4</span>.<span class="fl">4.2</span> (<span class="dv">2024-10-31</span>)</span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a> os Ubuntu <span class="dv">22</span>.<span class="fl">04.5</span> LTS</span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a> system x86_64, linux<span class="sc">-</span>gnu</span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> hostname fv<span class="sc">-</span>az1393<span class="dv">-535</span></span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> hostname fv<span class="sc">-</span>az1116<span class="dv">-512</span></span>
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a> ui X11</span>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a> <span class="fu">language</span> (EN)</span>
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a> collate C.UTF<span class="dv">-8</span></span>
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a> ctype C.UTF<span class="dv">-8</span></span>
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a> tz UTC</span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-11-10</span></span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-11-13</span></span>
<span id="cb1-14"><a href="#cb1-14" aria-hidden="true" tabindex="-1"></a> pandoc <span class="fl">3.5</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="fl">3.5</span><span class="sc">/</span>x64<span class="sc">/</span> (via rmarkdown)</span>
<span id="cb1-15"><a href="#cb1-15" aria-hidden="true" tabindex="-1"></a> quarto <span class="dv">1</span>.<span class="fl">6.33</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-16"><a href="#cb1-16" aria-hidden="true" tabindex="-1"></a></span>
Expand Down

0 comments on commit 13eb8ae

Please sign in to comment.