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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,13 @@ 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
+
98
99
-**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.
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
+
101
105
-**To update RStudio**, open RStudio and click on
102
106
`Help > Check for Updates`. If a new version is available follow the
0 commit comments