Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Nov 8, 2024
1 parent a486e8c commit 7289410
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9f3ed8d7
ebf2515f
13 changes: 12 additions & 1 deletion content/02-local-setup-r.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#install-r-4" id="toc-install-r-4" class="nav-link active" data-scroll-target="#install-r-4">Install R 4+</a></li>
<li><a href="#install-rstudio-desktop" id="toc-install-rstudio-desktop" class="nav-link" data-scroll-target="#install-rstudio-desktop">Install RStudio Desktop</a></li>
<li><a href="#install-the-needed-packages" id="toc-install-the-needed-packages" class="nav-link" data-scroll-target="#install-the-needed-packages">Install the needed packages</a></li>
<li><a href="#install-git-or-github-desktop" id="toc-install-git-or-github-desktop" class="nav-link" data-scroll-target="#install-git-or-github-desktop">Install Git or GitHub Desktop</a></li>
<li><a href="#github-authentication" id="toc-github-authentication" class="nav-link" data-scroll-target="#github-authentication">GitHub Authentication</a></li>
</ul>
<div class="toc-actions"><ul class="collapse"><li><a href="https://github.com/nmfs-opensci/Quarto-Workshop-2024/edit/main/content/02-local-setup-r.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/nmfs-opensci/Quarto-Workshop-2024/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li><li><a href="https://github.com/nmfs-opensci/Quarto-Workshop-2024/blob/main/content/02-local-setup-r.qmd" class="toc-action"><i class="bi empty"></i>View source</a></li></ul></div></nav>
</div>
Expand Down Expand Up @@ -319,7 +321,16 @@ <h2 class="anchored" data-anchor-id="install-rstudio-desktop">Install RStudio De
</section>
<section id="install-the-needed-packages" class="level2">
<h2 class="anchored" data-anchor-id="install-the-needed-packages">Install the needed packages</h2>
<p>We will update this section closer to the workshops.</p>
<p>For now install tidyverse.</p>
<pre><code>install.packages(tidyverse)</code></pre>
</section>
<section id="install-git-or-github-desktop" class="level2">
<h2 class="anchored" data-anchor-id="install-git-or-github-desktop">Install Git or GitHub Desktop</h2>
<p>You will need Git for interacting with GitHub and cloning repositories that we will use later.</p>
</section>
<section id="github-authentication" class="level2">
<h2 class="anchored" data-anchor-id="github-authentication">GitHub Authentication</h2>
<p>Read this section: <a href="content/02-git.html">Authenticating to GitHub</a>.</p>


</section>
Expand Down
28 changes: 27 additions & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,33 @@
"href": "content/02-local-setup-r.html#install-the-needed-packages",
"title": "Setting up on your computer - R users",
"section": "Install the needed packages",
"text": "Install the needed packages\nWe will update this section closer to the workshops.",
"text": "Install the needed packages\nFor now install tidyverse.\ninstall.packages(tidyverse)",
"crumbs": [
"JupyterHub",
"Welcome",
"Set-up",
"R and RStudio on your computer"
]
},
{
"objectID": "content/02-local-setup-r.html#install-git-or-github-desktop",
"href": "content/02-local-setup-r.html#install-git-or-github-desktop",
"title": "Setting up on your computer - R users",
"section": "Install Git or GitHub Desktop",
"text": "Install Git or GitHub Desktop\nYou will need Git for interacting with GitHub and cloning repositories that we will use later.",
"crumbs": [
"JupyterHub",
"Welcome",
"Set-up",
"R and RStudio on your computer"
]
},
{
"objectID": "content/02-local-setup-r.html#github-authentication",
"href": "content/02-local-setup-r.html#github-authentication",
"title": "Setting up on your computer - R users",
"section": "GitHub Authentication",
"text": "GitHub Authentication\nRead this section: Authenticating to GitHub.",
"crumbs": [
"JupyterHub",
"Welcome",
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</url>
<url>
<loc>https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/02-local-setup-r.html</loc>
<lastmod>2024-11-01T23:04:31.974Z</lastmod>
<lastmod>2024-11-08T19:50:47.068Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/Quarto-Workshop-2024/content/01-repro-reports.html</loc>
Expand Down

0 comments on commit 7289410

Please sign in to comment.