-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
27 lines (16 loc) · 1.17 KB
/
index.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
---
title: "The LBJ R Markdown Workshop"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Getting Started
To make this workshop run smoothly, it's important to come prepared with the right software installed on the computer you intend to use. On the menu above, you'll see links with instructions for each software platform. It should be simple enough. Just download and run each installer required for your platform. In case you're wondering, **all of this software is free** so you won't need to worry about paying anything. So, choose your platform below and get started.
If you have trouble, shoot me an email using the "Get Help" link up on the right and I'll see what I can do. As long as you follow the directions I've provided, you should be ready for the R Markdown workshop on March 9th.
Good luck and reach out if you need anything!
-Matt
***
## [<span class="fa fa-apple fa-fw fa-md"></span> Instructions for Mac Users](mac.html)
## [<span class="fa fa-windows fa-fw fa-md"></span> Instructions for Windows Users](windows.html)
## [<span class="fa fa-desktop fa-fw fa-md"></span> Instructions for Other Platforms](others.html)