Skip to content

Commit b16c226

Browse files
committed
[fix #32] clarify that package installation is for everyone
1 parent 754f98d commit b16c226

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

_includes/setup-r.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ your operating system, and then follow the instructions to install
2323
> whether a more recent version is available. If so, please download and install
2424
> it. You can [check here](https://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-UNinstall-R_003f) for
2525
> more information on how to remove old versions from your system if you wish to do so.
26+
>
27+
> * Follow the steps in the instructions [for everyone](#for-everyone) at the
28+
> bottom of this page.
2629
{: .solution}
2730

2831
> ## If you don't have R and RStudio installed
@@ -34,7 +37,10 @@ your operating system, and then follow the instructions to install
3437
> * Under *Installers* select **RStudio x.yy.zzz - Windows Vista/7/8/10** (where x, y, and z represent version numbers)
3538
> * Double click the file to install it
3639
> * Once it's installed, open RStudio to make sure it works and you don't get any
37-
> error messages.
40+
> error messages
41+
>
42+
> * Follow the steps in the instructions [for everyone](#for-everyone) at the
43+
> bottom of this page.
3844
{: .solution}
3945

4046

@@ -50,6 +56,9 @@ your operating system, and then follow the instructions to install
5056
> the [CRAN website](https://cran.r-project.org/bin/macosx/) and check
5157
> whether a more recent version is available. If so, please download and install
5258
> it.
59+
>
60+
> * Follow the steps in the instructions [for everyone](#for-everyone) at the
61+
> bottom of this page.
5362
{: .solution}
5463

5564
> ## If you don't have R and RStudio installed
@@ -66,6 +75,9 @@ your operating system, and then follow the instructions to install
6675
> * Double click the file to install RStudio
6776
> * Once it's installed, open RStudio to make sure it works and you don't get any
6877
> error messages.
78+
>
79+
> * Follow the steps in the instructions [for everyone](#for-everyone) at the
80+
> bottom of this page.
6981
{: .solution}
7082

7183
#### Linux
@@ -84,6 +96,10 @@ your operating system, and then follow the instructions to install
8496
rstudio-x.yy.zzz-amd64.deb` at the terminal).
8597
* Once it's installed, open RStudio to make sure it works and you don't get any
8698
error messages.
99+
* Follow the steps in the [instructions for everyone](#for-everyone)
100+
101+
102+
#### For everyone
87103

88104
* After installing R and RStudio, you need to install the `tidyverse` and
89105
`RSQLite` packages. Start RStudio by double-clicking the icon and then type:

0 commit comments

Comments
 (0)