-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.qmd
More file actions
97 lines (54 loc) · 2.83 KB
/
index.qmd
File metadata and controls
97 lines (54 loc) · 2.83 KB
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
90
91
92
93
94
95
---
toc: true
---
# Welcome {.unnumbered}
::: {.callout-note}
## Registrations to the training course
Registrations open each spring and the training course takes place during the fall.
{{< fa hand-point-right >}} Subscribe to the
[FRB-CESAB newsletter](https://www.fondationbiodiversite.fr/en/newsletter/)
to stay informed. More information is available on the [FRB-CESAB website](https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/develop-skills/best-practice-for-reproducible-research-in-computational-ecology/).
:::
The objective of this five-day training course, co-organized by the
[FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)
and the
[GdR EcoStat](https://sites.google.com/site/gdrecostat/),
is to train researchers in reproducibility, software development and
version control tools (e.g. `git`, `GitHub`, `Quarto`, `renv` & `Docker`),
applied to biodiversity research.
## Program {.unnumbered}
**Monday**
- Open science & Reproducible research
- **_Research compendium_** (i.e. project organisation)
- Writing & documenting {{< fa brands r-project >}} functions
- The `DESCRIPTION` file
**Tuesday**
- Version control w/ `git`
- Collaboration & sharing w/ `GitHub`
**Wednesday**
- Literate programming w/ `Quarto`
- Pipeline optimisation w/ `targets`
- Developing an {{< fa brands r-project >}} package
**Thursday**
- Freezing package versions w/ `renv`
- Containerization w/ `Docker`
- Subgroups projects
**Friday**
- Subgroups projects
## Prerequisites {.unnumbered}
{{< fa hand-point-right >}} Please follow this [tutorial](https://frbcesab.github.io/rsetup/) to install
your working environment **before attending the training course**.
{{< fa hand-point-right >}} You also need to create an account on [GitHub](https://github.com/signup/) (please edit your profile and enter your name).
## Material {.unnumbered}
All the material used in this training course (slides, data, exercises) is available at: <https://github.com/rdatatoolbox/>
## Citation {.unnumbered}
> Casajus N, Bonnici I, Dray S, Gimenez O, Guéry L, Guilhaumon F, Schiettekatte NMD
& Siberchicot A (2025)
FRB-CESAB & GdR EcoStat training course: Reproducible Research in Computational Ecology.
Zenodo. URL: <http://doi.org/10.5281/zenodo.4262978>
## Contributions {.unnumbered}
If you see mistakes or want to suggest changes, please [create an issue](https://github.com/rdatatoolbox/rdatatoolbox.github.io/issues/new) on the source repository.
## Reuse {.unnumbered}
Text and figures are licensed under Creative Commons Attribution [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), unless otherwise noted.
## See also {.unnumbered}
Discover the other training courses provided by the FRB-CESAB and its partners: <https://frbcesab.github.io/training-courses/>