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 18, 2024
1 parent af96b3b commit 71467b2
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 @@ -3206,7 +3206,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 17, 2024</p>
<p class="date-modified">November 18, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -3679,6 +3679,7 @@ <h1>Dependency Management ⚖️</h1>
<li><p><a href="https://github.com/r-lib/itdepends/"><code>{itdepends}</code></a> (to assess usage, measure weights, visualize proportions, and assist removal of dependencies)</p></li>
<li><p><a href="https://github.com/datastorm-open/DependenciesGraphs/"><code>{DependenciesGraphs}</code></a> (to visualize package dependencies)</p></li>
<li><p><a href="https://github.com/darwin-eu-dev/DependencyReviewer/"><code>{DependencyReviewer}</code></a> (to investigate packages during code review by looking at their dependencies)</p></li>
<li><p><a href="https://pkgdepr.org/"><code>{pkgdepR}</code></a> (to visualize dependencies between functions for a group of R packages)</p></li>
<li><p><a href="https://hub.analythium.io/deps/"><code>{deps}</code></a> (to manage source code dependencies by decorating R code with roxygen-style comments)</p></li>
<li><p><a href="https://uptake.github.io/pkgnet/"><code>{pkgnet}</code></a> (to build a graph representation of a package and its dependencies)</p></li>
<li><p><a href="https://cran.r-project.org/package=functiondepends"><code>{functiondepends}</code></a> (to find functions in an unstructured directory and explore their dependencies)</p></li>
Expand Down Expand Up @@ -3885,13 +3886,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>az1113<span class="dv">-302</span></span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> hostname fv<span class="sc">-</span>az1149<span class="dv">-102</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-17</span></span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-11-18</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.36</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 @@ -806,6 +806,9 @@ whether the package is meant to be submitted to CRAN or Bioconductor.
(to investigate packages during code review by looking at their
dependencies)

- [`{pkgdepR}`](https://pkgdepr.org/) (to visualize dependencies
between functions for a group of R packages)

- [`{deps}`](https://hub.analythium.io/deps/) (to manage source code
dependencies by decorating R code with roxygen-style comments)

Expand Down Expand Up @@ -1123,13 +1126,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-az1113-302
hostname fv-az1149-102
ui X11
language (EN)
collate C.UTF-8
ctype C.UTF-8
tz UTC
date 2024-11-17
date 2024-11-18
pandoc 3.5 @ /opt/hostedtoolcache/pandoc/3.5/x64/ (via rmarkdown)
quarto 1.6.36 @ /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 @@ -3206,7 +3206,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 17, 2024</p>
<p class="date-modified">November 18, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -3679,6 +3679,7 @@ <h1>Dependency Management ⚖️</h1>
<li><p><a href="https://github.com/r-lib/itdepends/"><code>{itdepends}</code></a> (to assess usage, measure weights, visualize proportions, and assist removal of dependencies)</p></li>
<li><p><a href="https://github.com/datastorm-open/DependenciesGraphs/"><code>{DependenciesGraphs}</code></a> (to visualize package dependencies)</p></li>
<li><p><a href="https://github.com/darwin-eu-dev/DependencyReviewer/"><code>{DependencyReviewer}</code></a> (to investigate packages during code review by looking at their dependencies)</p></li>
<li><p><a href="https://pkgdepr.org/"><code>{pkgdepR}</code></a> (to visualize dependencies between functions for a group of R packages)</p></li>
<li><p><a href="https://hub.analythium.io/deps/"><code>{deps}</code></a> (to manage source code dependencies by decorating R code with roxygen-style comments)</p></li>
<li><p><a href="https://uptake.github.io/pkgnet/"><code>{pkgnet}</code></a> (to build a graph representation of a package and its dependencies)</p></li>
<li><p><a href="https://cran.r-project.org/package=functiondepends"><code>{functiondepends}</code></a> (to find functions in an unstructured directory and explore their dependencies)</p></li>
Expand Down Expand Up @@ -3885,13 +3886,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>az1113<span class="dv">-302</span></span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> hostname fv<span class="sc">-</span>az1149<span class="dv">-102</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-17</span></span>
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a> date <span class="dv">2024-11-18</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.36</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 71467b2

Please sign in to comment.