Skip to content

Commit b2f13f3

Browse files
committed
update date & add new chapters
1 parent ff0a92c commit b2f13f3

14 files changed

+64
-25
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and the
1818
### Citation
1919

2020
> Casajus N, Bonnici I, Dray S, Gimenez O, Guéry L, Guilhaumon F, Schiettekatte NMD
21-
& Siberchicot A (2023)
21+
& Siberchicot A (2025)
2222
FRB-CESAB & GdR EcoStat training course: Reproducible Research in Computational Ecology.
2323
Zenodo. URL: <http://doi.org/10.5281/zenodo.4262978>
2424

@@ -27,4 +27,4 @@ Zenodo. URL: <http://doi.org/10.5281/zenodo.4262978>
2727

2828
Website built with :heart: with
2929
[`Quarto`](https://quarto.org/) &
30-
[`GitHub Actions`](https://github.com/features/actions).
30+
[`GitHub Actions`](https://github.com/features/actions).

_quarto.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ book:
6969
collapse-level: 1
7070

7171
page-footer:
72-
left: "&copy; CC-By [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)"
72+
left: "&copy; CC BY 4.0 [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)"
7373
center: "Code source available on [{{< fa brands github >}}](https://github.com/rdatatoolbox/rdatatoolbox.github.io/)"
7474
right: "Built with [Quarto](https://quarto.org/)"
7575
border: true
@@ -79,11 +79,13 @@ book:
7979

8080
chapters:
8181
- index.qmd
82-
- chapters/setting-up-r.qmd
82+
# - chapters/setting-up-r.qmd
8383
- part: "Courses"
8484
chapters:
8585
- chapters/course-opensci.qmd
8686
- chapters/course-compendium.qmd
87+
- chapters/course-functions.qmd
88+
- chapters/course-description.qmd
8789
- chapters/course-git.qmd
8890
- chapters/course-github.qmd
8991
- chapters/course-quarto.qmd

chapters/course-compendium.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Research compendium {.unnumbered}
1+
## Research compendium
22

33

44
::: {.callout-note icon=true appearance="simple"}

chapters/course-description.qmd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## The `DESCRIPTION` file
2+
3+
4+
::: {.callout-note icon=true appearance="simple"}
5+
## The `DESCRIPTION` file
6+
7+
<br />
8+
{{< fa user >}} &nbsp;**Author:** [Nicolas Casajus](https://nicolascasajus.fr/)<br/>
9+
{{< fa brands github >}} &nbsp;**Source:** <https://github.com/rdatatoolbox/description-file/><br/>
10+
{{< fa globe >}} &nbsp;**Slides:** <https://rdatatoolbox.github.io/description-file/>
11+
:::
12+
13+
14+
<br />
15+
16+
<div class="container">
17+
<iframe class="responsive-iframe" src="https://rdatatoolbox.github.io/description-file"></iframe>
18+
</div>

chapters/course-docker.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Containerization w/ `Docker` {.unnumbered}
1+
## Containerization
22

33

44
::: {.callout-note icon=true appearance="simple"}

chapters/course-functions.qmd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Writing **R** functions
2+
3+
4+
::: {.callout-note icon=true appearance="simple"}
5+
## Writing & documenting {{< fa brands r-project >}}&nbsp; functions
6+
7+
<br />
8+
{{< fa user >}} &nbsp;**Author:** [Nicolas Casajus](https://nicolascasajus.fr/)<br/>
9+
{{< fa brands github >}} &nbsp;**Source:** <https://github.com/rdatatoolbox/r-functions/><br/>
10+
{{< fa globe >}} &nbsp;**Slides:** <https://rdatatoolbox.github.io/r-functions/>
11+
:::
12+
13+
14+
<br />
15+
16+
<div class="container">
17+
<iframe class="responsive-iframe" src="https://rdatatoolbox.github.io/r-functions"></iframe>
18+
</div>

chapters/course-git.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version control w/ `git` {.unnumbered}
1+
## Version control w/ `git`
22

33

44
::: {.callout-note icon=true appearance="simple"}

chapters/course-github.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Introduction to `GitHub` {.unnumbered}
1+
## Introduction to `GitHub`
22

33

44
::: {.callout-note icon=true appearance="simple"}

chapters/course-opensci.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Reproducible research {.unnumbered}
1+
## Reproducible research
22

33

44
::: {.callout-note icon=true appearance="simple"}

chapters/course-package.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Building an R package {.unnumbered}
1+
## Building an **R** package
22

33

44
::: {.callout-note icon=true appearance="simple"}
5-
## An introduction how on to create an R package
5+
## An introduction how on to create an {{< fa brands r-project >}}&nbsp; package
66

77
<br />
88
{{< fa user >}} &nbsp;**Authors:** [Aurélie Siberchicot](https://lbbe.univ-lyon1.fr/fr/annuaires-des-membres/siberchicot-aurelie) & [Nicolas Casajus](https://nicolascasajus.fr/)<br/>

0 commit comments

Comments
 (0)