Skip to content

Commit 26ce7a8

Browse files
authored
merging edits from Sarah
1 parent 2c451e3 commit 26ce7a8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

learners/setup.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Setup
33
---
44

55
## Install R and RStudio
6-
* Use the following to find installation instructions under “Preparations”: [https://datacarpentry.github.io/R-ecology-lesson/index.html#preparations](https://datacarpentry.github.io/R-ecology-lesson/index.html#preparations)
6+
7+
* Follow the [R Ecology Lesson instructions to install R and RStudio](https://datacarpentry.github.io/R-ecology-lesson/index.html#install-r-and-rstudio)
78

8-
* Follow the instructions to install the "tidyverse" and "ratdat" packages:
9-
* In the RStudio Console enter:
9+
* Install the "tidyverse" and "ratdat" packages. In the RStudio Console enter:
1010
install.packages("tidyverse")
1111
install.packages("ratdat")
1212

@@ -20,15 +20,17 @@ title: Setup
2020

2121
## Git installation
2222

23-
### **Windows**: install the Bash Shell with Git
23+
### Windows
24+
2425
* Download the Git for Windows [installer](https://gitforwindows.org/) and run it keeping all the defaults.
2526
* **Additional step**
26-
* In RStudio, open the Terminal tab
27+
* In RStudio, open the Terminal tab (under the console tab)
2728
* Copy and paste: setx HOME "%USERPROFILE%"
2829
* Press Enter, you should see: "SUCCESS: Specified value was saved"
29-
* Restart your R session
30+
* Restart your RStudio session
3031
31-
### **Mac**
32+
### Mac
33+
3234
* Open the Terminal app from Applications (it is sometimes under a folder called "Other" or "Utilities"), type `git --version` and press Enter/Return
3335
* If it's not installed already, follow the instructions to Install the "command line developer tools"
3436
* Do not click "Get Xcode" because that will take too long and is not necessary for this workshop

0 commit comments

Comments
 (0)