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 1, 2023
1 parent 78349fe commit 25ccf04
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bdf9b80b
bca47019
Binary file modified Building-reproducible-analytical-pipelines-with-R.epub
Binary file not shown.
Binary file modified Building-reproducible-analytical-pipelines-with-R.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions fprog.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,8 @@ <h3 data-number="6.2.1" class="anchored" data-anchor-id="functions-are-first-cla
<div class="sourceCode cell-code" id="cb74"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb74-1"><a href="#cb74-1" aria-hidden="true" tabindex="-1"></a>chronicler<span class="sc">::</span><span class="fu">read_log</span>(result)</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] "Complete log:"
[2] "NOK! sqrt() ran unsuccessfully with following exception: NaNs produced at 2023-10-03 18:59:36"
[3] "Total running time: 0.00126385688781738 secs" </code></pre>
[2] "NOK! sqrt() ran unsuccessfully with following exception: NaNs produced at 2023-11-01 08:42:45"
[3] "Total running time: 0.00116109848022461 secs" </code></pre>
</div>
</div>
<p>The <code>{purrr}</code> package also comes with function factories that you might find useful (<code>{possibly}</code>, <code>{safely}</code> and <code>{quietly}</code>).</p>
Expand Down Expand Up @@ -1678,7 +1678,7 @@ <h3 data-number="6.4.1" class="anchored" data-anchor-id="base-capabilities"><spa
<div class="cell-output cell-output-stdout">
<pre><code>function (x, ...)
UseMethod("print")
&lt;bytecode: 0x55df20ffc410&gt;
&lt;bytecode: 0x5574d6500a28&gt;
&lt;environment: namespace:base&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1722,7 +1722,7 @@ <h3 data-number="6.4.1" class="anchored" data-anchor-id="base-capabilities"><spa
}
invisible(x)
}
&lt;bytecode: 0x55df21978088&gt;
&lt;bytecode: 0x5574d7d38508&gt;
&lt;environment: namespace:base&gt;</code></pre>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion targets.html
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ <h2 data-number="13.8" class="anchored" data-anchor-id="sec-targets-rewrite"><sp
<span id="cb57-6"><a href="#cb57-6" aria-hidden="true" tabindex="-1"></a> to install the project’s dependencies.</span>
<span id="cb57-7"><a href="#cb57-7" aria-hidden="true" tabindex="-1"></a>- Run the pipeline with `targets::tar_make()`.</span>
<span id="cb57-8"><a href="#cb57-8" aria-hidden="true" tabindex="-1"></a>- Checkout `analyse_data.html` for the output.</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>If you followed along, don’t forget to change the <code>url</code> of the repository to your own in the first bullet point of th Readme.</p>
<p>If you followed along, don’t forget to change the <code>url</code> of the repository to your own in the first bullet point of the Readme.</p>
</section>
<section id="some-little-tips-before-concluding" class="level2" data-number="13.9">
<h2 data-number="13.9" class="anchored" data-anchor-id="some-little-tips-before-concluding"><span class="header-section-number">13.9</span> Some little tips before concluding</h2>
Expand Down

0 comments on commit 25ccf04

Please sign in to comment.