Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfrigaard committed Nov 19, 2023
1 parent 7c3dcf3 commit d6e53b7
Show file tree
Hide file tree
Showing 40 changed files with 343 additions and 343 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31c12faa
620bc54c
50 changes: 25 additions & 25 deletions app_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<div class="sidebar-title mb-0 py-0">
<a href="./">Shiny App-Packages</a>
<div class="sidebar-tools-main">
<a href="https://github.com/mjfrigaard/shiny-app-pkg" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="https://github.com/mjfrigaard/shiny-app-pkgs" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down Expand Up @@ -436,7 +436,7 @@ <h2 id="toc-title">Contents</h2>
</ul></li>
<li><a href="#recap" id="toc-recap" class="nav-link" data-scroll-target="#recap"><span class="header-section-number">19.4</span> Recap</a></li>
</ul>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/edit/main/app_data.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/edit/main/app_data.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
</div>
<!-- main -->
<main class="content page-columns page-full" id="quarto-document-content">
Expand Down Expand Up @@ -504,12 +504,12 @@ <h2 data-number="19.1" class="anchored" data-anchor-id="sec-reactiveValues"><spa
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-1" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-annotation="1" data-code-lines="3">reactive values returned from <code>var_input</code> module<br>
<span data-code-cell="annotated-cell-1" data-code-lines="3" data-code-annotation="1">reactive values returned from <code>var_input</code> module<br>
</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-1" data-code-annotation="2" data-code-lines="5">reactive values passed to <code>scatter_display</code> module</span>
<span data-code-cell="annotated-cell-1" data-code-lines="5" data-code-annotation="2">reactive values passed to <code>scatter_display</code> module</span>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -546,22 +546,22 @@ <h2 data-number="19.1" class="anchored" data-anchor-id="sec-reactiveValues"><spa
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-2" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-annotation="1" data-code-lines="5">New <code>reactiveValues()</code> object<br>
<span data-code-cell="annotated-cell-2" data-code-lines="5" data-code-annotation="1">New <code>reactiveValues()</code> object<br>
</span>
</dd>
<dt data-target-cell="annotated-cell-2" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-annotation="2" data-code-lines="8">Returned values from <code>mod_var_input_server()</code> assigned to <code>rVals$inputs</code><br>
<span data-code-cell="annotated-cell-2" data-code-lines="8" data-code-annotation="2">Returned values from <code>mod_var_input_server()</code> assigned to <code>rVals$inputs</code><br>
</span>
</dd>
<dt data-target-cell="annotated-cell-2" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-annotation="3" data-code-lines="11,14"><code>renderPrint()</code> for <code>str(rVals)</code> and <code>str(rVals$inputs())</code> (commented)<br>
<span data-code-cell="annotated-cell-2" data-code-lines="11,14" data-code-annotation="3"><code>renderPrint()</code> for <code>str(rVals)</code> and <code>str(rVals$inputs())</code> (commented)<br>
</span>
</dd>
<dt data-target-cell="annotated-cell-2" data-target-annotation="4">4</dt>
<dd>
<span data-code-cell="annotated-cell-2" data-code-annotation="4" data-code-lines="17"><code>rVals</code> object passed to <code>mod_scatter_display_server()</code></span>
<span data-code-cell="annotated-cell-2" data-code-lines="17" data-code-annotation="4"><code>rVals</code> object passed to <code>mod_scatter_display_server()</code></span>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -594,7 +594,7 @@ <h3 data-number="19.1.1" class="anchored" data-anchor-id="step-1"><span class="h
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-3" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-3" data-code-annotation="1" data-code-lines="8">Set <code>.dev</code> to <code>TRUE</code></span>
<span data-code-cell="annotated-cell-3" data-code-lines="8" data-code-annotation="1">Set <code>.dev</code> to <code>TRUE</code></span>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -669,11 +669,11 @@ <h3 data-number="19.1.2" class="anchored" data-anchor-id="step-2"><span class="h
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-4" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-4" data-code-annotation="1" data-code-lines="8">Set <code>.dev</code> to <code>TRUE</code></span>
<span data-code-cell="annotated-cell-4" data-code-lines="8" data-code-annotation="1">Set <code>.dev</code> to <code>TRUE</code></span>
</dd>
<dt data-target-cell="annotated-cell-4" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-4" data-code-annotation="2" data-code-lines="11,14">Remove comments from <code>str(rVals)</code></span>
<span data-code-cell="annotated-cell-4" data-code-lines="11,14" data-code-annotation="2">Remove comments from <code>str(rVals)</code></span>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -743,11 +743,11 @@ <h3 data-number="19.1.3" class="anchored" data-anchor-id="step-3"><span class="h
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-7" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-annotation="1" data-code-lines="8">Set <code>.dev</code> to <code>TRUE</code></span>
<span data-code-cell="annotated-cell-7" data-code-lines="8" data-code-annotation="1">Set <code>.dev</code> to <code>TRUE</code></span>
</dd>
<dt data-target-cell="annotated-cell-7" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-annotation="2" data-code-lines="11,14">Remove comments from <code>str(rVals$inputs())</code></span>
<span data-code-cell="annotated-cell-7" data-code-lines="11,14" data-code-annotation="2">Remove comments from <code>str(rVals$inputs())</code></span>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -819,16 +819,16 @@ <h3 data-number="19.1.4" class="anchored" data-anchor-id="step-4"><span class="h
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-10" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-10" data-code-annotation="1" data-code-lines="8">Set <code>.dev</code> to <code>TRUE</code></span>
<span data-code-cell="annotated-cell-10" data-code-lines="8" data-code-annotation="1">Set <code>.dev</code> to <code>TRUE</code></span>
</dd>
<dt data-target-cell="annotated-cell-10" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-10" data-code-annotation="2" data-code-lines="11,14">Remove comments<br>
<span data-code-cell="annotated-cell-10" data-code-lines="11,14" data-code-annotation="2">Remove comments<br>
</span>
</dd>
<dt data-target-cell="annotated-cell-10" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-10" data-code-annotation="3" data-code-lines="17">Set <code>.dev</code> to <code>TRUE</code></span>
<span data-code-cell="annotated-cell-10" data-code-lines="17" data-code-annotation="3">Set <code>.dev</code> to <code>TRUE</code></span>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -946,19 +946,19 @@ <h3 data-number="19.2.1" class="anchored" data-anchor-id="non-reactive-objects">
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-12" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-12" data-code-annotation="1" data-code-lines="3">Create <code>userData$make_dev_ggp2_movies</code> that holds <code>make_dev_ggp2_movies()</code></span>
<span data-code-cell="annotated-cell-12" data-code-lines="3" data-code-annotation="1">Create <code>userData$make_dev_ggp2_movies</code> that holds <code>make_dev_ggp2_movies()</code></span>
</dd>
<dt data-target-cell="annotated-cell-12" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-12" data-code-annotation="2" data-code-lines="5">Create <code>rVals</code></span>
<span data-code-cell="annotated-cell-12" data-code-lines="5" data-code-annotation="2">Create <code>rVals</code></span>
</dd>
<dt data-target-cell="annotated-cell-12" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-12" data-code-annotation="3" data-code-lines="7">Assign output from <code>mod_var_input_server()</code> to <code>rVals$inputs</code></span>
<span data-code-cell="annotated-cell-12" data-code-lines="7" data-code-annotation="3">Assign output from <code>mod_var_input_server()</code> to <code>rVals$inputs</code></span>
</dd>
<dt data-target-cell="annotated-cell-12" data-target-annotation="4">4</dt>
<dd>
<span data-code-cell="annotated-cell-12" data-code-annotation="4" data-code-lines="14,19">Updated <code>dev_mod_scatter_server()</code> function</span>
<span data-code-cell="annotated-cell-12" data-code-lines="14,19" data-code-annotation="4">Updated <code>dev_mod_scatter_server()</code> function</span>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -1001,7 +1001,7 @@ <h3 data-number="19.2.3" class="anchored" data-anchor-id="step-2-1"><span class=
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-13" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-13" data-code-annotation="1" data-code-lines="2,4">Remove comments from <code>renderPrint()</code></span>
<span data-code-cell="annotated-cell-13" data-code-lines="2,4" data-code-annotation="1">Remove comments from <code>renderPrint()</code></span>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -1048,19 +1048,19 @@ <h4 data-number="19.2.3.1" class="anchored" data-anchor-id="what-is-session"><sp
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-14" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-14" data-code-annotation="1" data-code-lines="3">pass reactive values</span>
<span data-code-cell="annotated-cell-14" data-code-lines="3" data-code-annotation="1">pass reactive values</span>
</dd>
<dt data-target-cell="annotated-cell-14" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-14" data-code-annotation="2" data-code-lines="5">pass <code>session$userData</code> with <code>make_dev_ggp2_movies()</code></span>
<span data-code-cell="annotated-cell-14" data-code-lines="5" data-code-annotation="2">pass <code>session$userData</code> with <code>make_dev_ggp2_movies()</code></span>
</dd>
<dt data-target-cell="annotated-cell-14" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-14" data-code-annotation="3" data-code-lines="7">pass value for non-reactive object</span>
<span data-code-cell="annotated-cell-14" data-code-lines="7" data-code-annotation="3">pass value for non-reactive object</span>
</dd>
<dt data-target-cell="annotated-cell-14" data-target-annotation="4">4</dt>
<dd>
<span data-code-cell="annotated-cell-14" data-code-annotation="4" data-code-lines="9">view <code>userData</code> value in module</span>
<span data-code-cell="annotated-cell-14" data-code-lines="9" data-code-annotation="4">view <code>userData</code> value in module</span>
</dd>
</dl>
</div>
Expand Down
6 changes: 3 additions & 3 deletions app_packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<div class="sidebar-title mb-0 py-0">
<a href="./">Shiny App-Packages</a>
<div class="sidebar-tools-main">
<a href="https://github.com/mjfrigaard/shiny-app-pkg" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="https://github.com/mjfrigaard/shiny-app-pkgs" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down Expand Up @@ -426,7 +426,7 @@ <h2 id="toc-title">Contents</h2>
<li><a href="#external-files-chapter-9" id="toc-external-files-chapter-9" class="nav-link" data-scroll-target="#external-files-chapter-9">External files (Chapter 9)</a></li>
</ul></li>
</ul>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/edit/main/app_packages.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/edit/main/app_packages.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
Expand Down Expand Up @@ -628,7 +628,7 @@ <h2 class="anchored" data-anchor-id="app-packages">App-packages</h2>
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-1" data-target-annotation="1">1</dt>
<dd>
<span data-code-annotation="1" data-code-cell="annotated-cell-1" data-code-lines="10">Always leave an empty line in the <code>DESCRIPTION</code></span>
<span data-code-cell="annotated-cell-1" data-code-annotation="1" data-code-lines="10">Always leave an empty line in the <code>DESCRIPTION</code></span>
</dd>
</dl>
</div>
Expand Down
4 changes: 2 additions & 2 deletions bdd.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<div class="sidebar-title mb-0 py-0">
<a href="./">Shiny App-Packages</a>
<div class="sidebar-tools-main">
<a href="https://github.com/mjfrigaard/shiny-app-pkg" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="https://github.com/mjfrigaard/shiny-app-pkgs" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down Expand Up @@ -411,7 +411,7 @@ <h2 id="toc-title">Contents</h2>
<ul>
<li><a href="#specifying-behaviors" id="toc-specifying-behaviors" class="nav-link active" data-scroll-target="#specifying-behaviors"><span class="header-section-number">F.1</span> Specifying behaviors</a></li>
</ul>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/edit/main/bdd.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/edit/main/bdd.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
Expand Down
4 changes: 2 additions & 2 deletions cicd.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div class="sidebar-title mb-0 py-0">
<a href="./">Shiny App-Packages</a>
<div class="sidebar-tools-main">
<a href="https://github.com/mjfrigaard/shiny-app-pkg" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="https://github.com/mjfrigaard/shiny-app-pkgs" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down Expand Up @@ -378,7 +378,7 @@ <h2 id="toc-title">Contents</h2>
<ul>
<li><a href="#continuous-integration-ci-continuous-deployment-cd" id="toc-continuous-integration-ci-continuous-deployment-cd" class="nav-link active" data-scroll-target="#continuous-integration-ci-continuous-deployment-cd"><span class="header-section-number">23.1</span> Continuous integration (CI) / continuous deployment (CD)</a></li>
</ul>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/edit/main/cicd.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/edit/main/cicd.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
Expand Down
4 changes: 2 additions & 2 deletions code_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div class="sidebar-title mb-0 py-0">
<a href="./">Shiny App-Packages</a>
<div class="sidebar-tools-main">
<a href="https://github.com/mjfrigaard/shiny-app-pkg" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="https://github.com/mjfrigaard/shiny-app-pkgs" rel="" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down Expand Up @@ -379,7 +379,7 @@ <h2 id="toc-title">Contents</h2>
<li><a href="#styler-lintr" id="toc-styler-lintr" class="nav-link active" data-scroll-target="#styler-lintr"><span class="header-section-number">22.1</span> <code>styler</code> &amp; <code>lintr</code></a></li>
<li><a href="#sinew" id="toc-sinew" class="nav-link" data-scroll-target="#sinew"><span class="header-section-number">22.2</span> <code>sinew</code></a></li>
</ul>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/edit/main/code_tools.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkg/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/edit/main/code_tools.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/mjfrigaard/shiny-app-pkgs/issues/new" class="toc-action">Report an issue</a></p></div></div></nav>
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
Expand Down
Loading

0 comments on commit d6e53b7

Please sign in to comment.