Skip to content

Commit c1223ec

Browse files
committed
fix update upgrade sections
1 parent 832c628 commit c1223ec

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

learners/setup.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,9 @@ This tutorial requires **R version 4.0.0 or later**.
9595
To check if your R version is up to date:
9696

9797
- 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.
105101
- **To update RStudio**, open RStudio and click on
106102
`Help > Check for Updates`. If a new version is available follow the
107103
instructions on the screen.

0 commit comments

Comments
 (0)