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 Nov 10, 2023
1 parent 086b543 commit c3b1923
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 @@
80c9f361
27b87dac
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.4815198 -1.6562569 -1.4474807 0.3995674 -1.8577727 -0.6291400
[7] -0.2049999 1.3486385 -1.3850405 -1.2375155</code></pre>
<pre><code> [1] -0.3612052 1.4839186 -0.4617041 -1.5412977 -0.5927604 0.4973969
[7] -0.2632072 -1.2854416 -0.2083852 -0.3536466</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="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 c3b1923

Please sign in to comment.