Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Sep 4, 2023
1 parent 9ec3383 commit 725455e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cfd6519d
307b1467
30 changes: 10 additions & 20 deletions materials/d1-02-structure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -778,26 +778,16 @@ <h2>To () or not to ()</h2>
<span id="cb12-2"><a href="#cb12-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">moduleServer</span>(</span>
<span id="cb12-3"><a href="#cb12-3" aria-hidden="true" tabindex="-1"></a> id,</span>
<span id="cb12-4"><a href="#cb12-4" aria-hidden="true" tabindex="-1"></a> <span class="cf">function</span>(input, output, session) {</span>
<span id="cb12-5"><a href="#cb12-5" aria-hidden="true" tabindex="-1"></a> set_choices <span class="ot">&lt;-</span> <span class="fu">reactive</span>({</span>
<span id="cb12-6"><a href="#cb12-6" aria-hidden="true" tabindex="-1"></a> <span class="co"># do something with sets_rv</span></span>
<span id="cb12-7"><a href="#cb12-7" aria-hidden="true" tabindex="-1"></a> })</span>
<span id="cb12-8"><a href="#cb12-8" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb12-9"><a href="#cb12-9" aria-hidden="true" tabindex="-1"></a> <span class="fu">observeEvent</span>(<span class="fu">set_choices</span>(), {</span>
<span id="cb12-10"><a href="#cb12-10" aria-hidden="true" tabindex="-1"></a> <span class="fu">req</span>(<span class="fu">set_choices</span>())</span>
<span id="cb12-11"><a href="#cb12-11" aria-hidden="true" tabindex="-1"></a> <span class="fu">updateSelectInput</span>(</span>
<span id="cb12-12"><a href="#cb12-12" aria-hidden="true" tabindex="-1"></a> <span class="st">"set_num"</span>,</span>
<span id="cb12-13"><a href="#cb12-13" aria-hidden="true" tabindex="-1"></a> <span class="at">choices =</span> <span class="fu">set_choices</span>()</span>
<span id="cb12-14"><a href="#cb12-14" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb12-15"><a href="#cb12-15" aria-hidden="true" tabindex="-1"></a> })</span>
<span id="cb12-16"><a href="#cb12-16" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb12-17"><a href="#cb12-17" aria-hidden="true" tabindex="-1"></a> set_selection <span class="ot">&lt;-</span> <span class="fu">reactive</span>({</span>
<span id="cb12-18"><a href="#cb12-18" aria-hidden="true" tabindex="-1"></a> input<span class="sc">$</span>set_num</span>
<span id="cb12-19"><a href="#cb12-19" aria-hidden="true" tabindex="-1"></a> })</span>
<span id="cb12-20"><a href="#cb12-20" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb12-21"><a href="#cb12-21" aria-hidden="true" tabindex="-1"></a> set_selection</span>
<span id="cb12-22"><a href="#cb12-22" aria-hidden="true" tabindex="-1"></a> }</span>
<span id="cb12-23"><a href="#cb12-23" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb12-24"><a href="#cb12-24" aria-hidden="true" tabindex="-1"></a>}</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span id="cb12-5"><a href="#cb12-5" aria-hidden="true" tabindex="-1"></a> <span class="co"># ...</span></span>
<span id="cb12-6"><a href="#cb12-6" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb12-7"><a href="#cb12-7" aria-hidden="true" tabindex="-1"></a> set_selection <span class="ot">&lt;-</span> <span class="fu">reactive</span>({</span>
<span id="cb12-8"><a href="#cb12-8" aria-hidden="true" tabindex="-1"></a> input<span class="sc">$</span>set_num</span>
<span id="cb12-9"><a href="#cb12-9" aria-hidden="true" tabindex="-1"></a> })</span>
<span id="cb12-10"><a href="#cb12-10" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb12-11"><a href="#cb12-11" aria-hidden="true" tabindex="-1"></a> set_selection</span>
<span id="cb12-12"><a href="#cb12-12" aria-hidden="true" tabindex="-1"></a> }</span>
<span id="cb12-13"><a href="#cb12-13" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb12-14"><a href="#cb12-14" aria-hidden="true" tabindex="-1"></a>}</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
</div>
<ul>
Expand Down
14 changes: 7 additions & 7 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1 class="title">Workshop Schedule</h1>
</tr>
</thead>
<tbody class="list">
<tr data-index="0" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693786618389" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Welcome &amp; Setup" data-listing-filename-sort="d1-01-welcome.qmd">
<tr data-index="0" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693788436187" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Welcome &amp; Setup" data-listing-filename-sort="d1-01-welcome.qmd">
<td>
<span class="listing-subtitle">9:00 - 9:30</span>
</td>
Expand All @@ -211,7 +211,7 @@ <h1 class="title">Workshop Schedule</h1>
<span class="listing-author">Eric Nantz &amp; Michael Thomas</span>
</td>
</tr>
<tr data-index="1" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693786618389" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Application Structure" data-listing-filename-sort="d1-02-structure.qmd">
<tr data-index="1" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693788436187" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Application Structure" data-listing-filename-sort="d1-02-structure.qmd">
<td>
<span class="listing-subtitle">9:30 - 10:30</span>
</td>
Expand All @@ -222,7 +222,7 @@ <h1 class="title">Workshop Schedule</h1>
<span class="listing-author">Eric Nantz &amp; Michael Thomas</span>
</td>
</tr>
<tr data-index="2" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693786618389" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Coffee &amp; refreshments break" data-listing-filename-sort="d1-02b-break.qmd">
<tr data-index="2" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693788436187" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Coffee &amp; refreshments break" data-listing-filename-sort="d1-02b-break.qmd">
<td>
<span class="listing-subtitle">10:30 - 11:00</span>
</td>
Expand All @@ -233,7 +233,7 @@ <h1 class="title">Workshop Schedule</h1>
<span class="listing-author"></span>
</td>
</tr>
<tr data-index="3" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693786618389" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Performance" data-listing-filename-sort="d1-03-performance.qmd">
<tr data-index="3" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693788436187" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Performance" data-listing-filename-sort="d1-03-performance.qmd">
<td>
<span class="listing-subtitle">TBD</span>
</td>
Expand All @@ -244,7 +244,7 @@ <h1 class="title">Workshop Schedule</h1>
<span class="listing-author">Eric Nantz &amp; Michael Thomas</span>
</td>
</tr>
<tr data-index="4" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693786618389" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Lunch break" data-listing-filename-sort="d1-03b-lunch.qmd">
<tr data-index="4" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693788436187" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Lunch break" data-listing-filename-sort="d1-03b-lunch.qmd">
<td>
<span class="listing-subtitle">12:30 - 13:30</span>
</td>
Expand All @@ -255,7 +255,7 @@ <h1 class="title">Workshop Schedule</h1>
<span class="listing-author"></span>
</td>
</tr>
<tr data-index="5" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693786618389" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Deployment &amp; Administration" data-listing-filename-sort="d1-04-deploy-admin.qmd">
<tr data-index="5" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693788436187" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Deployment &amp; Administration" data-listing-filename-sort="d1-04-deploy-admin.qmd">
<td>
<span class="listing-subtitle">TBD</span>
</td>
Expand All @@ -266,7 +266,7 @@ <h1 class="title">Workshop Schedule</h1>
<span class="listing-author">Eric Nantz &amp; Michael Thomas</span>
</td>
</tr>
<tr data-index="6" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693786618389" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Coffee &amp; refreshments break" data-listing-filename-sort="d1-04b-break.qmd">
<tr data-index="6" data-listing-date-sort="1694995200000" data-listing-file-modified-sort="1693788436187" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-title-sort="Coffee &amp; refreshments break" data-listing-filename-sort="d1-04b-break.qmd">
<td>
<span class="listing-subtitle">15:00 - 15:30</span>
</td>
Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"href": "materials/d1-02-structure/index.html#to-or-not-to",
"title": "Application Structure",
"section": "To () or not to ()",
"text": "To () or not to ()\n\n\n# app server\nsets_rv &lt;- reactive({\n # processing\n})\n\nset_picker_server(\"mod1\", sets_rv)\n\nset_picker_server &lt;- function(id, sets_rv) {\n moduleServer(\n id,\n function(input, output, session) {\n set_choices &lt;- reactive({\n # do something with sets_rv\n })\n\n observeEvent(set_choices(), {\n req(set_choices())\n updateSelectInput(\n \"set_num\",\n choices = set_choices()\n )\n })\n\n set_selection &lt;- reactive({\n input$set_num\n })\n\n set_selection\n }\n )\n}\n\n\n\nReactive parameters reference by name: sets_rv\nInside module, invoke reactive parameter as you would any other reactive in Shiny: sets_rv()\nAny reactive(s) returned by module should also be reference by name: set_selection, set_selection()\n\n\n\nposit-conf-2023.github.io/shiny-r-prod"
"text": "To () or not to ()\n\n\n# app server\nsets_rv &lt;- reactive({\n # processing\n})\n\nset_picker_server(\"mod1\", sets_rv)\n\nset_picker_server &lt;- function(id, sets_rv) {\n moduleServer(\n id,\n function(input, output, session) {\n # ...\n\n set_selection &lt;- reactive({\n input$set_num\n })\n\n set_selection\n }\n )\n}\n\n\n\nReactive parameters reference by name: sets_rv\nInside module, invoke reactive parameter as you would any other reactive in Shiny: sets_rv()\nAny reactive(s) returned by module should also be reference by name: set_selection, set_selection()\n\n\n\nposit-conf-2023.github.io/shiny-r-prod"
},
{
"objectID": "materials/d1-01-welcome/index.html#welcome-to-positconf2023",
Expand Down
34 changes: 17 additions & 17 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,70 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/setup.html</loc>
<lastmod>2023-09-04T00:18:09.818Z</lastmod>
<lastmod>2023-09-04T00:47:41.435Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/units/d1-03-performance.html</loc>
<lastmod>2023-09-04T00:18:08.834Z</lastmod>
<lastmod>2023-09-04T00:47:40.495Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/units/d1-02-structure.html</loc>
<lastmod>2023-09-04T00:18:08.090Z</lastmod>
<lastmod>2023-09-04T00:47:39.791Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/units/d1-03b-lunch.html</loc>
<lastmod>2023-09-04T00:18:07.330Z</lastmod>
<lastmod>2023-09-04T00:47:39.055Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/LICENSE.html</loc>
<lastmod>2023-09-04T00:18:06.502Z</lastmod>
<lastmod>2023-09-04T00:47:38.295Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/schedule.html</loc>
<lastmod>2023-09-04T00:18:04.385Z</lastmod>
<lastmod>2023-09-04T00:47:36.375Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/materials/d1-03-performance/index.html</loc>
<lastmod>2023-09-04T00:18:02.569Z</lastmod>
<lastmod>2023-09-04T00:47:34.675Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/materials/d1-04-deploy-admin/index.html</loc>
<lastmod>2023-09-04T00:18:01.257Z</lastmod>
<lastmod>2023-09-04T00:47:33.491Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/materials/profvis/index.html</loc>
<lastmod>2023-09-04T00:17:58.565Z</lastmod>
<lastmod>2023-09-04T00:47:30.827Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/materials/setup-resources/index.html</loc>
<lastmod>2023-09-04T00:18:00.925Z</lastmod>
<lastmod>2023-09-04T00:47:33.203Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/materials/d1-02-structure/index.html</loc>
<lastmod>2023-09-04T00:18:02.037Z</lastmod>
<lastmod>2023-09-04T00:47:34.195Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/materials/d1-01-welcome/index.html</loc>
<lastmod>2023-09-04T00:18:03.049Z</lastmod>
<lastmod>2023-09-04T00:47:35.135Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/index.html</loc>
<lastmod>2023-09-04T00:18:05.593Z</lastmod>
<lastmod>2023-09-04T00:47:37.471Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/units/d1-04-deploy-admin.html</loc>
<lastmod>2023-09-04T00:18:06.922Z</lastmod>
<lastmod>2023-09-04T00:47:38.711Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/units/d1-02b-break.html</loc>
<lastmod>2023-09-04T00:18:07.690Z</lastmod>
<lastmod>2023-09-04T00:47:39.395Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/units/d1-04b-break.html</loc>
<lastmod>2023-09-04T00:18:08.446Z</lastmod>
<lastmod>2023-09-04T00:47:40.119Z</lastmod>
</url>
<url>
<loc>https://github.com/posit-conf-2023/shiny-r-prod/units/d1-01-welcome.html</loc>
<lastmod>2023-09-04T00:18:09.230Z</lastmod>
<lastmod>2023-09-04T00:47:40.887Z</lastmod>
</url>
</urlset>

0 comments on commit 725455e

Please sign in to comment.