-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows.Rmd
50 lines (32 loc) · 1.56 KB
/
windows.Rmd
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
42
43
44
45
46
47
48
49
50
---
title: "For Windows Users"
subtitle: Pre-Workshop Actions
output:
html_document:
toc: yes
---
**Note:** Clicking the links below will take you directly to the download file, which means a pkg will start downloading. I've done this to help ease any confusion about which items to download.
## Step 1: Download & Install R
* [Download link For Windows](https://cran.rstudio.com/bin/windows/base/R-3.4.3-win.exe)
## Step 2: Download & Install RStudio
* [Download link For Windows Vista/7/8/10](https://download1.rstudio.org/RStudio-1.1.423.exe)
## Step 3: Download & Install Latex for Windows (MikTex) {.tabset}
* [Download link for MikTex](https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.6615-x64.exe)
### Instructions
* After downloading, run the MiKTeX installer by opening the download package.
* When prompted, choose to install missing packages automatically.
* At this point you are done!
### Screenshot 1
![Image: After downloading, run the MiKTeX installer by opening the download package](images/windows1.png)
### Screenshot 2
![Image: When prompted, choose to install missing packages automatically.](images/windows2.png)
## Step 4: Install `rmarkdown` with RStudio {.tabset}
### Instructions
* Open RStudio from your applications folder.
* Then, copy & paste this code into the console:
```r
install.packages("rmarkdown")
```
* If the console prompts you to install dependencies, type "y" and hit enter.
### Console Example
![Image: Once you paste the code, you should hit enter.](images/console.png)