From 4e1a860ebc321504c7a357e3a1346073d6d749fa Mon Sep 17 00:00:00 2001 From: hkurapat Date: Wed, 8 Jul 2026 18:15:39 -0700 Subject: [PATCH] Fix outdated R version wording in getting-started tutorial --- inst/tutorials/getting-started/tutorial.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/tutorials/getting-started/tutorial.Rmd b/inst/tutorials/getting-started/tutorial.Rmd index 25b2a2f..5812feb 100644 --- a/inst/tutorials/getting-started/tutorial.Rmd +++ b/inst/tutorials/getting-started/tutorial.Rmd @@ -453,7 +453,7 @@ R 4.5.3> ### -Your version of R may be more recent, but it should not be older. `R.version.string` is not a function call --- it has no parentheses --- but a built-in variable whose value R simply prints. +Your version of R may differ from the example above --- that's fine, as long as it's reasonably recent. `R.version.string` is not a function call --- it has no parentheses --- but a built-in variable whose value R simply prints. ### Exercise 5