-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path000-setup-instructions.qmd
More file actions
41 lines (30 loc) · 1.41 KB
/
Copy path000-setup-instructions.qmd
File metadata and controls
41 lines (30 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: Setup Instructions
format: # to suppress pdf link
html:
toc: false
---
You will need to install **two pieces of software on your computer for these
lessons: [R](#r-instructions) and [RStudio](#rstudio-instructions).
Installation for R may vary by your operating system (OS); follow the
instructions below for your OS. Some lessons also include a small amount of
work in a spreadsheet environment like Microsoft Excel<sup>®</sup> or
LibreOffice Calc. If you do not have spreadsheet software, you can download
[LibreOffice Calc](https://www.libreoffice.org/discover/calc/) for free.
## R instructions
### Windows
Install R by downloading and running the exe file:
[R Windows Installer](http://cran.r-project.org/bin/windows/base/release.htm).
### Mac
+ For Mac OSX, release 10.6 and above, install R by downloading and running the
pkg file: [Mac OSX package](http://cran.r-project.org/bin/macosx/R-latest.pkg).
+ For earlier releases of Mac OS, see details on installing
[older versions of R](https://cran.r-project.org/bin/macosx/)
### Linux
Download the binary files for your Linux distribution from
[CRAN](http://cran.r-project.org/index.html). Alternatively, you can use your
package manager to install R. e.g.
+ Debian/Ubuntu, run `sudo apt-get install r-base`
+ Fedora run `sudo yum install R`
## RStudio instructions
Download and install [RStudio](http://www.rstudio.com/ide/download/desktop).