diff --git a/_posts/session_8/session_8.Rmd b/_posts/session_8/session_8.Rmd index 2a89680..339e9ce 100644 --- a/_posts/session_8/session_8.Rmd +++ b/_posts/session_8/session_8.Rmd @@ -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) diff --git a/_posts/session_8/session_8.html b/_posts/session_8/session_8.html index 5e16660..99e8d9f 100644 --- a/_posts/session_8/session_8.html +++ b/_posts/session_8/session_8.html @@ -1547,7 +1547,7 @@

Session 8: Unit tests

Thomas 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

Material

-

The material for the session will be available soon!

+

The material for the session is available here.

diff --git a/docs/posts/posts.json b/docs/posts/posts.json index d6a2cef..6c0464d 100644 --- a/docs/posts/posts.json +++ b/docs/posts/posts.json @@ -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": {} }, { diff --git a/docs/posts/session_8/index.html b/docs/posts/session_8/index.html index 074ce71..62db228 100644 --- a/docs/posts/session_8/index.html +++ b/docs/posts/session_8/index.html @@ -2220,7 +2220,7 @@

Session 8: Unit tests

Thomas 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

Material

-

The material for the session will be available soon!

+

The material for the session is available here.