Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laderast committed Jun 21, 2024
1 parent 56d64e5 commit a98e8e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ project:
- "modules/"
output-dir: docs
post-render:
- "cp -rnv reactives/reactivity.pdf docs/"
- "rm docs/reactives/reactivity.pdf"
- "cp -rnv reactives/reactivity.pdf docs/reactives/"

website:
title: "shinyowl"
Expand Down
1 change: 1 addition & 0 deletions docs/reactives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ <h3 class="anchored" data-anchor-id="exercise-2">Exercise 2</h3>
</section>
<section id="exercise-3" class="level3">
<h3 class="anchored" data-anchor-id="exercise-3">Exercise 3</h3>
<p>Try and understand this app using <code>{reactlog}</code></p>
<div class="sourceCode" id="cb3"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="fu">runApp</span>(<span class="st">"reactives/app_ExtendedTaskSingle.R"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>


Expand Down
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"href": "reactives/index.html",
"title": "Exploring Reactivity",
"section": "",
"text": "Slides\n Download PDF File\n \n Unable to display PDF file. Download instead.\n \n \n\nExercise 1\nCompare the two apps with a partner. Look at the reactive graph. Are they any different?\nrunApp(\"reactives/app_reactive.R\")\nrunApp(\"reactives/app_isolate.R\")\n\n\nExercise 2\nCompare the two apps with a partner. Look at the reactive graph. Are they any different?\nrunApp(\"reactives/app_eventReactive.R\")\nrunApp(\"reactives/app_observeEvent.R\")\n\n\nExercise 3\nrunApp(\"reactives/app_ExtendedTaskSingle.R\")"
"text": "Slides\n Download PDF File\n \n Unable to display PDF file. Download instead.\n \n \n\nExercise 1\nCompare the two apps with a partner. Look at the reactive graph. Are they any different?\nrunApp(\"reactives/app_reactive.R\")\nrunApp(\"reactives/app_isolate.R\")\n\n\nExercise 2\nCompare the two apps with a partner. Look at the reactive graph. Are they any different?\nrunApp(\"reactives/app_eventReactive.R\")\nrunApp(\"reactives/app_observeEvent.R\")\n\n\nExercise 3\nTry and understand this app using {reactlog}\nrunApp(\"reactives/app_ExtendedTaskSingle.R\")"
},
{
"objectID": "index.html",
Expand Down

0 comments on commit a98e8e2

Please sign in to comment.