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 5, 2023
1 parent 7005a45 commit 52256a3
Show file tree
Hide file tree
Showing 30 changed files with 3,541 additions and 6,404 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e25c9f8e
84001faf
6 changes: 3 additions & 3 deletions blogs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h1 class="title">Data Science Blog</h1>

<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
<div class="list quarto-listing-default">
<div class="quarto-post image-right" data-index="0" data-categories="git,tutorial" data-listing-date-sort="1682467200000" data-listing-file-modified-sort="1696518694743" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2">
<div class="quarto-post image-right" data-index="0" data-categories="git,tutorial" data-listing-date-sort="1682467200000" data-listing-file-modified-sort="1696519189547" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2">
<div class="thumbnail">
<p><a href="../blogs/posts/2023-04-26_alternative_remotes.html"> <div class="listing-item-img-placeholder card-img-top" >&nbsp;</div> </a></p>
</div>
Expand Down Expand Up @@ -240,7 +240,7 @@ <h3 class="no-anchor listing-title">
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="1" data-categories="git,tutorial" data-listing-date-sort="1682467200000" data-listing-file-modified-sort="1696518694743" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2">
<div class="quarto-post image-right" data-index="1" data-categories="git,tutorial" data-listing-date-sort="1682467200000" data-listing-file-modified-sort="1696519189547" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2">
<div class="thumbnail">
<p><a href="../blogs/posts/2023-04-26-reinstalling-r-packages.html"> <div class="listing-item-img-placeholder card-img-top" >&nbsp;</div> </a></p>
</div>
Expand Down Expand Up @@ -278,7 +278,7 @@ <h3 class="no-anchor listing-title">
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="2" data-categories="git,tutorial" data-listing-date-sort="1679616000000" data-listing-file-modified-sort="1696518694743" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="5">
<div class="quarto-post image-right" data-index="2" data-categories="git,tutorial" data-listing-date-sort="1679616000000" data-listing-file-modified-sort="1696519189547" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="5">
<div class="thumbnail">
<p><a href="../blogs/posts/2023-03-24_hotfix-with-git.html"> <p class="card-img-top"><img src="posts/2023-03-24_hotfix-with-git_files/figure-html/unnamed-chunk-1-1.png" class="thumbnail-image card-img"/></p> </a></p>
</div>
Expand Down
12 changes: 6 additions & 6 deletions presentations/2023-08-23_nhs-r_unit-testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ <h2>… and create our first test</h2>
<span id="cb10-13"><a href="#cb10-13"></a> )</span>
<span id="cb10-14"><a href="#cb10-14"></a>})</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>Test passed 🌈</code></pre>
<pre><code>Test passed 🎉</code></pre>
</div>
</div>
</section>
Expand All @@ -755,7 +755,7 @@ <h2>other <code>expect_*()</code> functions…</h2>
<span id="cb12-13"><a href="#cb12-13"></a> )</span>
<span id="cb12-14"><a href="#cb12-14"></a>})</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>Test passed 🎊</code></pre>
<pre><code>Test passed 😸</code></pre>
</div>
</div>
<div class="footer">
Expand Down Expand Up @@ -908,7 +908,7 @@ <h2>Tolerance to the rescue 🙂</h2>
<span id="cb21-11"><a href="#cb21-11"></a> <span class="fu">expect_equal</span>(actual, expected, <span class="at">tolerance =</span> <span class="fl">1e-6</span>)</span>
<span id="cb21-12"><a href="#cb21-12"></a>})</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>Test passed 😸</code></pre>
<pre><code>Test passed 🌈</code></pre>
</div>
</div>
<div class="fragment">
Expand All @@ -932,7 +932,7 @@ <h2>Testing edge cases</h2>
<span id="cb23-5"><a href="#cb23-5"></a> <span class="fu">expect_error</span>(<span class="fu">my_function</span>(<span class="dv">1</span><span class="sc">:</span><span class="dv">2</span>, <span class="dv">4</span>))</span>
<span id="cb23-6"><a href="#cb23-6"></a>})</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>Test passed 😀</code></pre>
<pre><code>Test passed 🎊</code></pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -973,14 +973,14 @@ <h2>Another (simple) example</h2>
<span id="cb27-2"><a href="#cb27-2"></a> <span class="fu">expect_equal</span>(<span class="fu">my_new_function</span>(<span class="dv">4</span>, <span class="dv">3</span>), <span class="st">"x"</span>)</span>
<span id="cb27-3"><a href="#cb27-3"></a>})</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>Test passed 🎊</code></pre>
<pre><code>Test passed 🥳</code></pre>
</div>
<div class="sourceCode cell-code" id="cb29"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb29-1"><a href="#cb29-1"></a><span class="fu">test_that</span>(<span class="st">"it returns 'y' if y is bigger than x"</span>, {</span>
<span id="cb29-2"><a href="#cb29-2"></a> <span class="fu">expect_equal</span>(<span class="fu">my_new_function</span>(<span class="dv">3</span>, <span class="dv">4</span>), <span class="st">"y"</span>)</span>
<span id="cb29-3"><a href="#cb29-3"></a> <span class="fu">expect_equal</span>(<span class="fu">my_new_function</span>(<span class="dv">3</span>, <span class="dv">3</span>), <span class="st">"y"</span>)</span>
<span id="cb29-4"><a href="#cb29-4"></a>})</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>Test passed 🎉</code></pre>
<pre><code>Test passed 🎊</code></pre>
</div>
</div>
</section>
Expand Down
20 changes: 10 additions & 10 deletions presentations/2023-08-24_coffee-and-coding_geospatial/index.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 52256a3

Please sign in to comment.