From fe46b2d5fe3c596db918acf32705544c348545bc Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Tue, 30 Jul 2024 15:18:12 +0100 Subject: [PATCH] fix function call --- episodes/01-setup.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/01-setup.Rmd b/episodes/01-setup.Rmd index 70b7632..d4b5810 100644 --- a/episodes/01-setup.Rmd +++ b/episodes/01-setup.Rmd @@ -28,7 +28,7 @@ source("01-helpers.R") This lesson was developed and tested with `r R.version.string`. -Take a moment to launch RStudio and verify that you are using R version `r r_version_string.patch_x()`, with `x` being any patch version, e.g. `r R.version.string`. +Take a moment to launch RStudio and verify that you are using R version `r r_version_string.patch_x()`, with `x` being any patch version, e.g. `r r_version_string()`. ```{r} R.version.string