From 018c765fd58f6fdb495440de8e2565c50d829237 Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Mon, 22 Jan 2024 19:05:15 +0000 Subject: [PATCH] fix wording related to version --- learners/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learners/setup.md b/learners/setup.md index e43d3c13..b038cf3f 100644 --- a/learners/setup.md +++ b/learners/setup.md @@ -27,7 +27,7 @@ If you already have R and RStudio installed, first check if your R version is up * When you open RStudio your R version will be printed in the console on the [console window](https://docs.posit.co/ide/user/ide/guide/code/console.html). Alternatively, you can type `sessionInfo()` into the console. -* If your version of R is older than that, download and install the latest version of R from the [R project website](https://cran.rstudio.com/) for your operating system. +* If your version of R is older than the one required, download and install the latest version of R from the [R project website](https://cran.rstudio.com/) for your operating system. * After installing a new version of R, you will have to reinstall all your packages with the new version. For Windows, there is a package called `installr` that can help you with upgrading your R version and migrate your package library.