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
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ title: Setup
3
3
---
4
4
5
5
## 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)
7
8
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:
10
10
install.packages("tidyverse")
11
11
install.packages("ratdat")
12
12
@@ -20,15 +20,17 @@ title: Setup
20
20
21
21
## Git installation
22
22
23
-
### **Windows**: install the Bash Shell with Git
23
+
### Windows
24
+
24
25
* Download the Git for Windows [installer](https://gitforwindows.org/) and run it keeping all the defaults.
25
26
* **Additional step**
26
-
* In RStudio, open the Terminal tab
27
+
* In RStudio, open the Terminal tab (under the console tab)
27
28
* Copy and paste: setx HOME "%USERPROFILE%"
28
29
* Press Enter, you should see: "SUCCESS: Specified value was saved"
29
-
* Restart your R session
30
+
* Restart your RStudio session
30
31
31
-
### **Mac**
32
+
### Mac
33
+
32
34
* Open the Terminal app from Applications (it is sometimes under a folder called "Other" or "Utilities"), type `git --version` and press Enter/Return
33
35
* If it's not installed already, follow the instructions to Install the "command line developer tools"
34
36
* Do not click "Get Xcode" because that will take too long and is not necessary for this workshop
0 commit comments