Skip to content

Commit

Permalink
material link for session 8
Browse files Browse the repository at this point in the history
  • Loading branch information
langtonhugh committed Nov 19, 2024
1 parent 3279b2e commit 0221128
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _posts/session_8/session_8.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Thomas maintains an R package called [splithalfr](https://cran.r-project.org/web

## Material

The material for the session will be available soon!
The material for the session is available [here](https://github.com/tpronk/rum_umc_unit_testing).

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
Expand Down
2 changes: 1 addition & 1 deletion _posts/session_8/session_8.html
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ <h1>Session 8: Unit tests</h1>
<div class="d-article">
<p>Thomas maintains an R package called <a href="https://cran.r-project.org/web/packages/splithalfr/index.html">splithalfr</a>, which features some bespoke resampling methods (<a href="https://link.springer.com/article/10.3758/s13423-021-01948-3">Pronk et al., 2021</a>). To make sure everything in the package works correctly, he’s written a few unit tests. In this RUM-UMC session, Thomas will give a beginner-friendly introduction to unit testing in R, illustrated by the <a href="https://cran.r-project.org/web/packages/splithalfr/index.html">splithalfr</a> package. Following that, we will briefly dip our toes into test automation via <a href="https://testthat.r-lib.org/">testthat</a></p>
<h2 id="material">Material</h2>
<p>The material for the session will be available soon!</p>
<p>The material for the session is available <a href="https://github.com/tpronk/rum_umc_unit_testing">here</a>.</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
<!--radix_placeholder_article_footer-->
<!--/radix_placeholder_article_footer-->
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/posts.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"date": "2024-11-20",
"categories": [],
"contents": "\r\nThomas maintains an R package called splithalfr, which features some bespoke resampling methods (Pronk et al., 2021). To make sure everything in the package works correctly, he’s written a few unit tests. In this RUM-UMC session, Thomas will give a beginner-friendly introduction to unit testing in R, illustrated by the splithalfr package. Following that, we will briefly dip our toes into test automation via testthat\r\nMaterial\r\nThe material for the session will be available soon!\r\n\r\n\r\n\r\n",
"contents": "\r\nThomas maintains an R package called splithalfr, which features some bespoke resampling methods (Pronk et al., 2021). To make sure everything in the package works correctly, he’s written a few unit tests. In this RUM-UMC session, Thomas will give a beginner-friendly introduction to unit testing in R, illustrated by the splithalfr package. Following that, we will briefly dip our toes into test automation via testthat\r\nMaterial\r\nThe material for the session is available here.\r\n\r\n\r\n\r\n",
"preview": {},
"last_modified": "2024-11-02T16:56:22+01:00",
"last_modified": "2024-11-19T11:07:21+01:00",
"input_file": {}
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/session_8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ <h1>Session 8: Unit tests</h1>
<div class="d-article">
<p>Thomas maintains an R package called <a href="https://cran.r-project.org/web/packages/splithalfr/index.html">splithalfr</a>, which features some bespoke resampling methods (<a href="https://link.springer.com/article/10.3758/s13423-021-01948-3">Pronk et al., 2021</a>). To make sure everything in the package works correctly, he’s written a few unit tests. In this RUM-UMC session, Thomas will give a beginner-friendly introduction to unit testing in R, illustrated by the <a href="https://cran.r-project.org/web/packages/splithalfr/index.html">splithalfr</a> package. Following that, we will briefly dip our toes into test automation via <a href="https://testthat.r-lib.org/">testthat</a></p>
<h2 id="material">Material</h2>
<p>The material for the session will be available soon!</p>
<p>The material for the session is available <a href="https://github.com/tpronk/rum_umc_unit_testing">here</a>.</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
<!--radix_placeholder_article_footer-->
<!--/radix_placeholder_article_footer-->
Expand Down

0 comments on commit 0221128

Please sign in to comment.