Skip to content

Commit 485fc5d

Browse files
committed
Add local installation instructions.
1 parent ecbe1e6 commit 485fc5d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

analysis/local.Rmd

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Local installation"
3+
author: "John Blischak"
4+
date: "2020-06-11"
5+
output:
6+
workflowr::wflow_html:
7+
toc: false
8+
editor_options:
9+
chunk_output_type: console
10+
---
11+
12+
To avoid technical problems, you used RStudio Cloud during the tutorial. If
13+
you'd like to be able to use workflowr on your local machine, follow the
14+
instructions below.
15+
16+
1. Install [R][r]
17+
18+
* (Recommended) Install [RStudio][rstudio]
19+
20+
* (Optional) Install [pandoc][] ([Instructions][pandoc-install]) - If you
21+
would like to use workflowr outside of RStudio
22+
23+
* (Optional) Install [Git][git] - If you would like to run Git commands
24+
directly in the terminal
25+
26+
1. Install workflowr from [CRAN][cran]:
27+
28+
```r
29+
install.packages("workflowr")
30+
```
31+
32+
[cran]: https://cran.r-project.org/package=workflowr
33+
[gh]: https://github.com
34+
[git]: https://git-scm.com/
35+
[pandoc]: http://pandoc.org
36+
[pandoc-install]: https://rmarkdown.rstudio.com/docs/articles/pandoc.html
37+
[r]: https://cran.r-project.org
38+
[rstudio]: https://www.rstudio.com/products/rstudio/download/

0 commit comments

Comments
 (0)