Skip to content
Open

Test #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1 class="title">What They Didn’t Teach You About Data Science</h1>

<section id="about" class="level1">
<h1>About</h1>
<p>This workshop focuses on using R/RStudio with Git, renv, and targets. This will be pretty hands on, so it will be helpful to configure as much as possible in advance. I can help debug if we have any issues on the day.</p>
<p>This workshop focuses on using R/RStudio with Git/GitHub, <code>renv</code>, and <code>targets</code>. This will be pretty hands on, so it will be helpful to configure as much as possible in advance. I can help debug if we have any issues on the day.</p>
<section id="setup" class="level2">
<h2 class="anchored" data-anchor-id="setup">Setup</h2>
<p>These are the following pieces to set up in advance:</p>
Expand All @@ -137,6 +137,7 @@ <h2 class="anchored" data-anchor-id="schedule">Schedule</h2>
<li><a href="materials/01-git.html">Git + GitHub</a></li>
<li><a href="materials/02-renv.html">renv</a></li>
<li><a href="materials/03-targets.html">targets</a></li>
<li><a href="materials/04-production.html">production</a></li>
</ol>


Expand Down
128 changes: 64 additions & 64 deletions docs/materials/01-git.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/materials/02-renv.html
Original file line number Diff line number Diff line change
Expand Up @@ -2342,7 +2342,7 @@ <h1><svg aria-hidden="true" role="img" viewbox="0 0 640 512" style="height:1em;w
</ul>
<div class="cell">
<div class="cell-output-display">
<div class="countdown" id="timer_b0fbc846" data-update-every="1" data-play-sound="true" tabindex="0" style="right:0;bottom:0;font-size:2em;">
<div class="countdown" id="timer_91a9d128" data-update-every="1" data-play-sound="true" tabindex="0" style="right:0;bottom:0;font-size:2em;">
<div class="countdown-controls"><button class="countdown-bump-down">−</button><button class="countdown-bump-up">+</button></div>
<code class="countdown-time"><span class="countdown-digits minutes">15</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
</div>
Expand Down
Loading