-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.qmd
89 lines (56 loc) · 1.66 KB
/
index.qmd
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
from: markdown+emoji
format:
revealjs:
logo: img/cesab-logo.png
footer: "{{< fa brands github >}} <https://github.com/frbcesab/good-practices>"
smaller: true
auto-stretch: false
toc-depth: 1
theme: [default, "css/custom.scss"]
engine: knitr
---
```{r}
#| child: "slides/title-slide.qmd"
```
```{r}
#| child: "slides/introduction.qmd"
```
```{r}
#| child: "slides/data-management.qmd"
```
```{r}
#| child: "slides/project-organization.qmd"
```
```{r}
#| child: "slides/tracking-changes.qmd"
```
```{r}
#| child: "slides/collaboration.qmd"
```
```{r}
#| child: "slides/code-and-software.qmd"
```
```{r}
#| child: "slides/manuscript.qmd"
```
## Notes
:::{.small}
<https://annakrystalli.me/talks/r-in-repro-research.html#1>
<https://library.seg.org/doi/abs/10.1190/1.1822162>
<https://inundata.org/talks/rstd19/#/>
<https://ropensci-archive.github.io/reproducibility-guide/sections/introduction/>
<https://insileco.io/workshop_reproducibility/#1>
<https://arxiv.org/pdf/1609.00037.pdf>
<https://ram.berkeley.edu/>
<https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.1001745#s5>
<https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005097>
<https://eliocamp.github.io/reproducibility-with-r/materials/day1/01-introduction/>
<https://www.youtube.com/watch?v=KHMW8fV2NXo>
<https://the-turing-way.netlify.app/reproducible-research/reproducible-research.html>
<https://annakrystalli.me/rrresearchACCE20/filenaming-view.html>
<https://allisonhorst.com/other-r-fun>
<https://www.tidyverse.org/blog/2017/12/workflow-vs-script/>
<https://doi.org/10.7287/peerj.preprints.3159v2>
<https://raps-with-r.dev/>
:::