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 Oct 30, 2023
1 parent d25ede3 commit 1412e07
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
edbfa5d5
3bb57c16
4 changes: 2 additions & 2 deletions 03-functional-programming.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ <h2 data-number="2.1" class="anchored" data-anchor-id="introduction"><span class
<div class="cell">
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="fu">rnorm</span>(<span class="at">n =</span> <span class="dv">10</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code> [1] -0.1081364 -1.5727711 0.6738858 -1.1925208 0.8894816 1.1897217
[7] 0.9075465 0.9055714 -1.6800845 -1.6270948</code></pre>
<pre><code> [1] -0.84729442 -0.82913243 -1.24542641 0.21070728 1.59969466 -0.91305418
[7] -1.00915859 0.02102535 -0.61976759 -0.36824767</code></pre>
</div>
</div>
<p>Each time you run this line, you will get another set of 10 random numbers. This is obviously a good thing in interactive data analysis, but much less so when running a pipeline programmatically. R provides a way to fix the random seed, which will make sure you always get the same random numbers:</p>
Expand Down
2 changes: 1 addition & 1 deletion 05-package-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h2 data-number="4.2" class="anchored" data-anchor-id="getting-started"><span cl
<p>Let’s first start by opening RStudio, and start a new project:</p>
<div style="text-align:center;">
<video width="640" height="480" controls="">
<source src="rap4mads_2023/img/new_package.mp4" type="video/mp4">
<source src="img/new_package.mp4" type="video/mp4">
</video>
</div>
<p>Following these steps creates a folder in the specified path that already contains some scaffolding for our package. This also opens a new RStudio session with the default script <code>hello.R</code> opened:</p>
Expand Down
Binary file modified Building-Reproducible-Analytical-Pipelines.epub
Binary file not shown.
Binary file modified Building-Reproducible-Analytical-Pipelines.pdf
Binary file not shown.
Loading

0 comments on commit 1412e07

Please sign in to comment.