diff --git a/.nojekyll b/.nojekyll
index c90fd04..c29eec4 100644
--- a/.nojekyll
+++ b/.nojekyll
@@ -1 +1 @@
-cfd6519d
\ No newline at end of file
+307b1467
\ No newline at end of file
diff --git a/materials/d1-02-structure/index.html b/materials/d1-02-structure/index.html
index f2fd991..3eb468d 100644
--- a/materials/d1-02-structure/index.html
+++ b/materials/d1-02-structure/index.html
@@ -778,26 +778,16 @@
To () or not to ()
moduleServer (
id,
function (input, output, session) {
- set_choices <- reactive ({
- # do something with sets_rv
- })
-
- observeEvent (set_choices (), {
- req (set_choices ())
- updateSelectInput (
- "set_num" ,
- choices = set_choices ()
- )
- })
-
- set_selection <- reactive ({
- input$ set_num
- })
-
- set_selection
- }
- )
- }
+ # ...
+
+ set_selection <- reactive ({
+ input$ set_num
+ })
+
+ set_selection
+ }
+ )
+ }
diff --git a/schedule.html b/schedule.html
index 2013077..a4c24d9 100644
--- a/schedule.html
+++ b/schedule.html
@@ -200,7 +200,7 @@ Workshop Schedule
-
+
9:00 - 9:30
@@ -211,7 +211,7 @@ Workshop Schedule
Eric Nantz & Michael Thomas
-
+
9:30 - 10:30
@@ -222,7 +222,7 @@ Workshop Schedule
Eric Nantz & Michael Thomas
-
+
10:30 - 11:00
@@ -233,7 +233,7 @@ Workshop Schedule
-
+
TBD
@@ -244,7 +244,7 @@ Workshop Schedule
Eric Nantz & Michael Thomas
-
+
12:30 - 13:30
@@ -255,7 +255,7 @@ Workshop Schedule
-
+
TBD
@@ -266,7 +266,7 @@ Workshop Schedule
Eric Nantz & Michael Thomas
-
+
15:00 - 15:30
diff --git a/search.json b/search.json
index 3136866..4f98105 100644
--- a/search.json
+++ b/search.json
@@ -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 <- reactive({\n # processing\n})\n\nset_picker_server(\"mod1\", sets_rv)\n\nset_picker_server <- function(id, sets_rv) {\n moduleServer(\n id,\n function(input, output, session) {\n set_choices <- 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 <- 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 <- reactive({\n # processing\n})\n\nset_picker_server(\"mod1\", sets_rv)\n\nset_picker_server <- function(id, sets_rv) {\n moduleServer(\n id,\n function(input, output, session) {\n # ...\n\n set_selection <- 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",
diff --git a/sitemap.xml b/sitemap.xml
index 710ff50..d8e4ac0 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,70 +2,70 @@
https://github.com/posit-conf-2023/shiny-r-prod/setup.html
- 2023-09-04T00:18:09.818Z
+ 2023-09-04T00:47:41.435Z
https://github.com/posit-conf-2023/shiny-r-prod/units/d1-03-performance.html
- 2023-09-04T00:18:08.834Z
+ 2023-09-04T00:47:40.495Z
https://github.com/posit-conf-2023/shiny-r-prod/units/d1-02-structure.html
- 2023-09-04T00:18:08.090Z
+ 2023-09-04T00:47:39.791Z
https://github.com/posit-conf-2023/shiny-r-prod/units/d1-03b-lunch.html
- 2023-09-04T00:18:07.330Z
+ 2023-09-04T00:47:39.055Z
https://github.com/posit-conf-2023/shiny-r-prod/LICENSE.html
- 2023-09-04T00:18:06.502Z
+ 2023-09-04T00:47:38.295Z
https://github.com/posit-conf-2023/shiny-r-prod/schedule.html
- 2023-09-04T00:18:04.385Z
+ 2023-09-04T00:47:36.375Z
https://github.com/posit-conf-2023/shiny-r-prod/materials/d1-03-performance/index.html
- 2023-09-04T00:18:02.569Z
+ 2023-09-04T00:47:34.675Z
https://github.com/posit-conf-2023/shiny-r-prod/materials/d1-04-deploy-admin/index.html
- 2023-09-04T00:18:01.257Z
+ 2023-09-04T00:47:33.491Z
https://github.com/posit-conf-2023/shiny-r-prod/materials/profvis/index.html
- 2023-09-04T00:17:58.565Z
+ 2023-09-04T00:47:30.827Z
https://github.com/posit-conf-2023/shiny-r-prod/materials/setup-resources/index.html
- 2023-09-04T00:18:00.925Z
+ 2023-09-04T00:47:33.203Z
https://github.com/posit-conf-2023/shiny-r-prod/materials/d1-02-structure/index.html
- 2023-09-04T00:18:02.037Z
+ 2023-09-04T00:47:34.195Z
https://github.com/posit-conf-2023/shiny-r-prod/materials/d1-01-welcome/index.html
- 2023-09-04T00:18:03.049Z
+ 2023-09-04T00:47:35.135Z
https://github.com/posit-conf-2023/shiny-r-prod/index.html
- 2023-09-04T00:18:05.593Z
+ 2023-09-04T00:47:37.471Z
https://github.com/posit-conf-2023/shiny-r-prod/units/d1-04-deploy-admin.html
- 2023-09-04T00:18:06.922Z
+ 2023-09-04T00:47:38.711Z
https://github.com/posit-conf-2023/shiny-r-prod/units/d1-02b-break.html
- 2023-09-04T00:18:07.690Z
+ 2023-09-04T00:47:39.395Z
https://github.com/posit-conf-2023/shiny-r-prod/units/d1-04b-break.html
- 2023-09-04T00:18:08.446Z
+ 2023-09-04T00:47:40.119Z
https://github.com/posit-conf-2023/shiny-r-prod/units/d1-01-welcome.html
- 2023-09-04T00:18:09.230Z
+ 2023-09-04T00:47:40.887Z