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 May 15, 2024
1 parent 24394fd commit 00c46ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
670ef04f
cc9e63fd
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"href": "setup.html",
"title": "Setup and Materials",
"section": "",
"text": "We will provide a link to a Posit Cloud space for the workshop. However, we recommend also installing the materials locally so you have two options.\nTo install the required packages and course materials, we have an R package called {causalworkshop} to help you do that! You can install {causalworkshop} from GitHub with:\ninstall.packages(\"remotes\")\nremotes::install_github(\"malcolmbarrett/causalworkshop\")\nOnce you’ve installed the package, install the workshop with\ncausalworkshop::install_workshop()\nBy default, this package downloads the materials to a conspicuous place like your Desktop. You can also tell install_workshop() exactly where to put the materials:\ncausalworkshop::install_workshop(\"a/path/on/your/computer\")\nYou can also find the materials on the workshop repository."
"text": "We will provide a link to a Posit Cloud space for the workshop. However, we recommend also installing the materials locally so you have two options.\nTo install the required packages and course materials, we have an R package called {causalworkshop} to help you do that! You can install {causalworkshop} from GitHub with:\ninstall.packages(\"remotes\")\nremotes::install_github(\"r-causal/causalworkshop\")\nOnce you’ve installed the package, install the workshop with\ncausalworkshop::install_workshop()\nBy default, this package downloads the materials to a conspicuous place like your Desktop. You can also tell install_workshop() exactly where to put the materials:\ncausalworkshop::install_workshop(\"a/path/on/your/computer\")\nYou can also find the materials on the workshop repository."
},
{
"objectID": "setup.html#posit-cloud-workspace",
Expand Down
4 changes: 2 additions & 2 deletions setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ <h1 class="title">Setup and Materials</h1>
<section id="installing-materials-locally" class="level3">
<h3 class="anchored" data-anchor-id="installing-materials-locally">Installing materials locally</h3>
<p>We will provide a link to a Posit Cloud space for the workshop. However, we recommend also installing the materials locally so you have two options.</p>
<p>To install the required packages and course materials, we have an R package called {<a href="https://github.com/malcolmbarrett/causalworkshop">causalworkshop</a>} to help you do that! You can install {<a href="https://github.com/malcolmbarrett/causalworkshop">causalworkshop</a>} from GitHub with:</p>
<p>To install the required packages and course materials, we have an R package called {<a href="https://github.com/malcolmbarrett/causalworkshop">causalworkshop</a>} to help you do that! You can install {<a href="https://github.com/r-causal/causalworkshop">causalworkshop</a>} from GitHub with:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(<span class="st">"remotes"</span>)</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>remotes<span class="sc">::</span><span class="fu">install_github</span>(<span class="st">"malcolmbarrett/causalworkshop"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>remotes<span class="sc">::</span><span class="fu">install_github</span>(<span class="st">"r-causal/causalworkshop"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Once you’ve installed the package, install the workshop with</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>causalworkshop<span class="sc">::</span><span class="fu">install_workshop</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>By default, this package downloads the materials to a conspicuous place like your Desktop. You can also tell <code>install_workshop()</code> exactly where to put the materials:</p>
Expand Down
6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://r-causal.github.io/causal_workshop_website/resources.html</loc>
<lastmod>2024-05-14T17:04:15.001Z</lastmod>
<lastmod>2024-05-15T14:11:25.479Z</lastmod>
</url>
<url>
<loc>https://r-causal.github.io/causal_workshop_website/setup.html</loc>
<lastmod>2024-05-14T17:04:15.001Z</lastmod>
<lastmod>2024-05-15T14:11:25.479Z</lastmod>
</url>
<url>
<loc>https://r-causal.github.io/causal_workshop_website/index.html</loc>
<lastmod>2024-05-14T17:04:15.001Z</lastmod>
<lastmod>2024-05-15T14:11:25.479Z</lastmod>
</url>
</urlset>

0 comments on commit 00c46ec

Please sign in to comment.