Skip to content

Commit 54719f7

Browse files
committed
fix bullets in steps
1 parent 2187804 commit 54719f7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

learners/setup.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,13 @@ 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+
9899
- **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+
101105
- **To update RStudio**, open RStudio and click on
102106
`Help > Check for Updates`. If a new version is available follow the
103107
instructions on the screen.

0 commit comments

Comments
 (0)