Skip to content

Commit

Permalink
deploy: ba49f74
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Nov 27, 2024
1 parent dcc51c8 commit 3c1aad3
Show file tree
Hide file tree
Showing 273 changed files with 1,722 additions and 1,727 deletions.
69 changes: 32 additions & 37 deletions stable/appendix/reproducibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -1496,12 +1496,7 @@
<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><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>
</details>
</div>
<p><a href="../assets/www/renv.lock">Download</a></p>

Expand Down Expand Up @@ -2145,37 +2140,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="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 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></div></div></div></div>
</div> <!-- /content -->
<footer class="footer"><div class="nav-footer">
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/efficacy/fstg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1845,7 +1845,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"ps": {
"Package": "ps",
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/efficacy/fstg02.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1845,7 +1845,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"ps": {
"Package": "ps",
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/efficacy/kmg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1845,7 +1845,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"ps": {
"Package": "ps",
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/efficacy/mmrmg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1845,7 +1845,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"ps": {
"Package": "ps",
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/other/bwg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1178,14 +1178,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1608,7 +1608,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1620,7 +1620,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"proxy": {
"Package": "proxy",
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/other/cig01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1845,7 +1845,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"ps": {
"Package": "ps",
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/other/ippg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1845,7 +1845,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"ps": {
"Package": "ps",
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/other/ltg01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1845,7 +1845,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"ps": {
"Package": "ps",
Expand Down
8 changes: 4 additions & 4 deletions stable/assets/www/lock/graphs/other/mng01.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Version": "1.4.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
"Hash": "dd8a8b6833989ba10fba1bf1ee7d3860"
},
"lattice": {
"Package": "lattice",
Expand Down Expand Up @@ -1833,7 +1833,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Version": "1.3.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
Expand All @@ -1845,7 +1845,7 @@
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
"Hash": "08049fb8ae7205a0f8f83da772761e3a"
},
"ps": {
"Package": "ps",
Expand Down
Loading

0 comments on commit 3c1aad3

Please sign in to comment.