You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learners/setup.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,13 +95,9 @@ This tutorial requires **R version 4.0.0 or later**.
95
95
To check if your R version is up to date:
96
96
97
97
- In RStudio your R version will be printed in [the console window](https://docs.posit.co/ide/user/ide/guide/code/console.html). Or run `sessionInfo()`.
98
-
99
-
-**To update R**, download and install the latest version from the [R project website](https://cran.rstudio.com/) for your operating system.
100
-
101
-
- After installing a new version, you will have to reinstall all your packages with the new version.
102
-
103
-
- For Windows, the `{installr}` package can upgrade your R version and migrate your package library.
104
-
98
+
-**To update R**, install the latest version for your operating system from the [R project website](https://cran.rstudio.com/).
99
+
- After installing a new version, you will have to reinstall all your packages with the new version.
100
+
- For Windows, the `{installr}` package can upgrade your R version and migrate your package library.
105
101
-**To update RStudio**, open RStudio and click on
106
102
`Help > Check for Updates`. If a new version is available follow the
0 commit comments