Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Jul 30, 2024
1 parent 19f2e45 commit fe46b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/01-setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe46b2d

Please sign in to comment.