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 16, 2023
1 parent 6b57ff1 commit e81482c
Show file tree
Hide file tree
Showing 16 changed files with 1,228 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f2a4c3de
148ef0f0
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="1696840505953" 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="1697491654569" 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="1696840505953" 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="1697491654569" 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="1696840505953" 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="1697491654569" 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.
Original file line number Diff line number Diff line change
Expand Up @@ -1358,12 +1358,12 @@ <h2>in R - flows</h2>
# Groups: date_admit [6]
date_admit n
&lt;date&gt; &lt;int&gt;
1 2022-01-01 35
2 2022-01-02 22
3 2022-01-03 30
4 2022-01-04 25
5 2022-01-05 25
6 2022-01-06 15</code></pre>
1 2022-01-01 24
2 2022-01-02 33
3 2022-01-03 27
4 2022-01-04 28
5 2022-01-05 21
6 2022-01-06 20</code></pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -1493,11 +1493,11 @@ <h2>Longer Time Periods - flows</h2>
week_start n
&lt;date&gt; &lt;int&gt;
1 2021-12-27 57
2 2022-01-03 192
2 2022-01-03 186
3 2022-01-10 181
4 2022-01-17 191
5 2022-01-24 205
6 2022-01-31 203</code></pre>
4 2022-01-17 209
5 2022-01-24 182
6 2022-01-31 178</code></pre>
</div>
</div>
<aside class="notes">
Expand Down
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
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 e81482c

Please sign in to comment.