File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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 /
You can’t perform that action at this time.
0 commit comments