We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485fc5d commit f947ba6Copy full SHA for f947ba6
analysis/index.Rmd
@@ -8,4 +8,14 @@ editor_options:
8
chunk_output_type: console
9
---
10
11
-Welcome to my research website.
+Before the tutorial:
12
+
13
+* [Setup](setup.html)
14
15
+During the tutorial:
16
17
+* [Reproducibility challenge](challenge.html)
18
19
+After the tutorial (optional content):
20
21
+* [Local installation](local.html)
analysis/local.Rmd
@@ -25,7 +25,7 @@ instructions below.
25
26
1. Install workflowr from [CRAN][cran]:
27
28
- ```r
+ ```
29
install.packages("workflowr")
30
```
31
0 commit comments