Skip to content

rdatatoolbox/course-quarto

Repository files navigation

🎓 Introduction to Quarto

License: CC BY 4.0

Code used to create the online presentation Introduction to Quarto available at: rdatatoolbox.github.io/course-quarto


👉 This course is part of the workshop 🎓 Data Toolbox for Reproducible Research in Ecology co-organized by the FRB-CESAB and the GdR EcoStat.


Usage

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 ----
quarto::quarto_render("index.qmd")

Citation

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.

Releases

No releases published

Packages

No packages published