Skip to content

Commit 0461ca7

Browse files
committed
Add some bullet points on how workflowr helps with reproducibility.
1 parent c2c51f4 commit 0461ca7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

analysis/reproducibility.Rmd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,15 @@ editor_options:
4343
# Don't save workspace
4444

4545
# How can workflowr help?
46+
47+
## R Markdown focused
48+
49+
## Automated version control
50+
51+
## Reproducibility safeguards
52+
53+
* Set the seed
54+
* Run code in clean environment
55+
* Record session information
56+
* Warn if absolute paths are used
57+
* Warn if results are from cached chunks

0 commit comments

Comments
 (0)