https://github.com/MarieEtienne/reproductibilite
2024-07-24
In their paper, Alston and Rick (2021) address the question of science reproducibility in ecology.
The key aspects
It’s a growing trend: more and more journals require some elements of reproducibility.
Where is the correct version of the report?

An explanation in images: vidéo by Ignasi Bartomeus.
Introducing tools to facilitate step 2.
Rmarkdown, Jupyter notebooks, Quarto to bring together code, results, and analysis. - vignettes in R packages
- R help pages
- some scientific papers (Computo asks for Jupyter/Quarto submissions)
- dashboards …
Reproducibility also relies on stabilizing programming/library versions.
The container system Docker allows freezing a working software environment.