Skip to content

Commit

Permalink
deploy: ab4b15e
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Jan 4, 2025
1 parent a63f485 commit df74b92
Show file tree
Hide file tree
Showing 316 changed files with 4,151 additions and 4,146 deletions.
69 changes: 37 additions & 32 deletions stable/appendix/reproducibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,12 @@
<span id="cb3-2"><a href="#cb3-2"></a> <span class="fu">list</span>(<span class="at">renv.verbose =</span> <span class="cn">FALSE</span>),</span>
<span id="cb3-3"><a href="#cb3-3"></a> renv<span class="sc">::</span><span class="fu">snapshot</span>(<span class="st">".."</span>, <span class="at">lockfile =</span> <span class="st">"../assets/www/renv.lock"</span>, <span class="at">prompt =</span> <span class="cn">FALSE</span>, <span class="at">force =</span> <span class="cn">TRUE</span>)</span>
<span id="cb3-4"><a href="#cb3-4"></a>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
</details><div class="cell-output cell-output-stdout">
<pre><code>
NOTE: Dependency discovery took 10 seconds during snapshot.
Consider using .renvignore to ignore files, or switching to explicit snapshots.
See `?renv::dependencies` for more information.</code></pre>
</div>
</div>
<p><a href="../assets/www/renv.lock">Download</a></p>

Expand Down Expand Up @@ -2139,37 +2144,37 @@
});
</script><script src="https://giscus.app/client.js" data-repo="insightsengineering/tlg-catalog" data-repo-id="MDEwOlJlcG9zaXRvcnk0MDYxNTcwMjg=" data-category="General" data-category-id="DIC_kwDOGDV25M4CVBzs" data-mapping="pathname" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top" data-theme="light" data-lang="en" crossorigin="anonymous" data-loading="lazy" async="">
</script><input type="hidden" id="giscus-base-theme" value="light"><input type="hidden" id="giscus-alt-theme" value="light"><div class="modal fade" id="quarto-embedded-source-code-modal" tabindex="-1" aria-labelledby="quarto-embedded-source-code-modal-label" aria-hidden="true"><div class="modal-dialog modal-dialog-scrollable"><div class="modal-content"><div class="modal-header"><h5 class="modal-title" id="quarto-embedded-source-code-modal-label">Source Code</h5><button class="btn-close" data-bs-dismiss="modal"></button></div><div class="modal-body"><div class="">
<div class="sourceCode" id="cb4" data-shortcodes="false"><pre class="sourceCode numberSource markdown number-lines code-with-copy"><code class="sourceCode markdown"><span id="cb4-1"><a href="#cb4-1"></a><span class="co">---</span></span>
<span id="cb4-2"><a href="#cb4-2"></a><span class="an">title:</span><span class="co"> Reproducibility</span></span>
<span id="cb4-3"><a href="#cb4-3"></a><span class="co">---</span></span>
<span id="cb4-4"><a href="#cb4-4"></a></span>
<span id="cb4-5"><a href="#cb4-5"></a>------------------------------------------------------------------------</span>
<span id="cb4-6"><a href="#cb4-6"></a></span>
<span id="cb4-7"><a href="#cb4-7"></a>{{&lt; include ../_utils/envir_hook.qmd &gt;}}</span>
<span id="cb4-8"><a href="#cb4-8"></a></span>
<span id="cb4-9"><a href="#cb4-9"></a><span class="fu">## Session Info</span></span>
<span id="cb4-10"><a href="#cb4-10"></a></span>
<span id="cb4-11"><a href="#cb4-11"></a><span class="in">```{r sessioninfo, message = FALSE}</span></span>
<span id="cb4-12"><a href="#cb4-12"></a><span class="in">#| code-fold: show</span></span>
<span id="cb4-13"><a href="#cb4-13"></a></span>
<span id="cb4-14"><a href="#cb4-14"></a><span class="in">sessionInfo()</span></span>
<span id="cb4-15"><a href="#cb4-15"></a><span class="in">```</span></span>
<span id="cb4-16"><a href="#cb4-16"></a></span>
<span id="cb4-17"><a href="#cb4-17"></a><span class="fu">### `.lock` file</span></span>
<span id="cb4-18"><a href="#cb4-18"></a></span>
<span id="cb4-19"><a href="#cb4-19"></a>Download the <span class="in">`.lock`</span> file and use <span class="co">[</span><span class="ot">`renv::restore()`</span><span class="co">](https://rstudio.github.io/renv/reference/restore.html)</span> on it to recreate environment used to generate this website.</span>
<span id="cb4-20"><a href="#cb4-20"></a></span>
<span id="cb4-21"><a href="#cb4-21"></a><span class="in">```{r snapshot, message = FALSE, opts.label = "skip_if_testing"}</span></span>
<span id="cb4-22"><a href="#cb4-22"></a><span class="in">#| code-fold: true</span></span>
<span id="cb4-23"><a href="#cb4-23"></a><span class="in">#| renv.ignore: TRUE</span></span>
<span id="cb4-24"><a href="#cb4-24"></a></span>
<span id="cb4-25"><a href="#cb4-25"></a><span class="in">withr::with_options(</span></span>
<span id="cb4-26"><a href="#cb4-26"></a><span class="in"> list(renv.verbose = FALSE),</span></span>
<span id="cb4-27"><a href="#cb4-27"></a><span class="in"> renv::snapshot("..", lockfile = "../assets/www/renv.lock", prompt = FALSE, force = TRUE)</span></span>
<span id="cb4-28"><a href="#cb4-28"></a><span class="in">)</span></span>
<span id="cb4-29"><a href="#cb4-29"></a><span class="in">```</span></span>
<span id="cb4-30"><a href="#cb4-30"></a></span>
<span id="cb4-31"><a href="#cb4-31"></a><span class="co">[</span><span class="ot">Download</span><span class="co">](../assets/www/renv.lock)</span></span></code><button title="Copy to Clipboard" class="code-copy-button" data-in-quarto-modal=""><i class="bi"></i></button></pre></div>
<div class="sourceCode" id="cb5" data-shortcodes="false"><pre class="sourceCode numberSource markdown number-lines code-with-copy"><code class="sourceCode markdown"><span id="cb5-1"><a href="#cb5-1"></a><span class="co">---</span></span>
<span id="cb5-2"><a href="#cb5-2"></a><span class="an">title:</span><span class="co"> Reproducibility</span></span>
<span id="cb5-3"><a href="#cb5-3"></a><span class="co">---</span></span>
<span id="cb5-4"><a href="#cb5-4"></a></span>
<span id="cb5-5"><a href="#cb5-5"></a>------------------------------------------------------------------------</span>
<span id="cb5-6"><a href="#cb5-6"></a></span>
<span id="cb5-7"><a href="#cb5-7"></a>{{&lt; include ../_utils/envir_hook.qmd &gt;}}</span>
<span id="cb5-8"><a href="#cb5-8"></a></span>
<span id="cb5-9"><a href="#cb5-9"></a><span class="fu">## Session Info</span></span>
<span id="cb5-10"><a href="#cb5-10"></a></span>
<span id="cb5-11"><a href="#cb5-11"></a><span class="in">```{r sessioninfo, message = FALSE}</span></span>
<span id="cb5-12"><a href="#cb5-12"></a><span class="in">#| code-fold: show</span></span>
<span id="cb5-13"><a href="#cb5-13"></a></span>
<span id="cb5-14"><a href="#cb5-14"></a><span class="in">sessionInfo()</span></span>
<span id="cb5-15"><a href="#cb5-15"></a><span class="in">```</span></span>
<span id="cb5-16"><a href="#cb5-16"></a></span>
<span id="cb5-17"><a href="#cb5-17"></a><span class="fu">### `.lock` file</span></span>
<span id="cb5-18"><a href="#cb5-18"></a></span>
<span id="cb5-19"><a href="#cb5-19"></a>Download the <span class="in">`.lock`</span> file and use <span class="co">[</span><span class="ot">`renv::restore()`</span><span class="co">](https://rstudio.github.io/renv/reference/restore.html)</span> on it to recreate environment used to generate this website.</span>
<span id="cb5-20"><a href="#cb5-20"></a></span>
<span id="cb5-21"><a href="#cb5-21"></a><span class="in">```{r snapshot, message = FALSE, opts.label = "skip_if_testing"}</span></span>
<span id="cb5-22"><a href="#cb5-22"></a><span class="in">#| code-fold: true</span></span>
<span id="cb5-23"><a href="#cb5-23"></a><span class="in">#| renv.ignore: TRUE</span></span>
<span id="cb5-24"><a href="#cb5-24"></a></span>
<span id="cb5-25"><a href="#cb5-25"></a><span class="in">withr::with_options(</span></span>
<span id="cb5-26"><a href="#cb5-26"></a><span class="in"> list(renv.verbose = FALSE),</span></span>
<span id="cb5-27"><a href="#cb5-27"></a><span class="in"> renv::snapshot("..", lockfile = "../assets/www/renv.lock", prompt = FALSE, force = TRUE)</span></span>
<span id="cb5-28"><a href="#cb5-28"></a><span class="in">)</span></span>
<span id="cb5-29"><a href="#cb5-29"></a><span class="in">```</span></span>
<span id="cb5-30"><a href="#cb5-30"></a></span>
<span id="cb5-31"><a href="#cb5-31"></a><span class="co">[</span><span class="ot">Download</span><span class="co">](../assets/www/renv.lock)</span></span></code><button title="Copy to Clipboard" class="code-copy-button" data-in-quarto-modal=""><i class="bi"></i></button></pre></div>
</div></div></div></div></div>
</div> <!-- /content -->
<footer class="footer"><div class="nav-footer">
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/efficacy/fstg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/efficacy/fstg02.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/efficacy/kmg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/efficacy/mmrmg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/efficacy/mmrmg02.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1033,7 +1033,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/other/brg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -935,7 +935,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
6 changes: 3 additions & 3 deletions stable/assets/www/lock/graphs/other/bwg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -487,7 +487,7 @@
"Package": "class",
"Version": "7.3-23",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"MASS",
"R",
Expand Down Expand Up @@ -1435,7 +1435,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/other/cig01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/other/ippg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/other/ltg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/other/mng01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/pharmacokinetic/pkcg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -928,7 +928,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/pharmacokinetic/pkcg02.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -928,7 +928,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/pharmacokinetic/pkcg03.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -928,7 +928,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/pharmacokinetic/pkpg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -928,7 +928,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/pharmacokinetic/pkpg02.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -928,7 +928,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
4 changes: 2 additions & 2 deletions stable/assets/www/lock/graphs/pharmacokinetic/pkpg03.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Package": "MASS",
"Version": "7.3-63",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"grDevices",
Expand Down Expand Up @@ -928,7 +928,7 @@
"Package": "nnet",
"Version": "7.3-20",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
Expand Down
Loading

0 comments on commit df74b92

Please sign in to comment.