Code used to create the online presentation Introduction to git available at: rdatatoolbox.github.io/course-git
👉 This course is part of the workshop 🎓 Data Toolbox for Reproducible Research in Ecology co-organized by the FRB-CESAB and the GdR EcoStat.
First install required R packages listed in the
DESCRIPTION
file.
## Install 'remotes' package (if necessary) ----
install.packages("remotes")
## Install required packages ----
remotes::install_deps()
To contribute, edit the
index.Rmd
file. To update the html
presentation, run:
## Convert Rmd to html ----
rmarkdown::render("index.Rmd")
Casajus N, Dray S, Gimenez O, Guéry L, Guilhaumon F & Schiettekatte NMD (2021) Workshop FRB-CESAB & GdR EcoStat: Data Toolbox for Reproducible Research in Computational Ecology. Zenodo. http://doi.org/10.5281/zenodo.4262978.