Getting Started with Quarto

Authors

Clara Lerebourg

Mathieu Depetris

Julien Lebranchu

Pre Work
  • Install latest version of RStudio
  • Install latest version of Quarto
  • Install these R packages:
pkg_list <- c(
  "quarto", "rmarkdown", "kableExtra", "ggplot2", "dplyr"
  )
install.packages(pkg_list, repos="http://cran.us.r-project.org")

# fishi
devtools::install_github("OB7-IRD/fishi")

Overview

This workshop is designed for those who want to learn Quarto. Quarto is the next generation of RMarkdown for publishing, including dynamic and static documents and multi-lingual programming language support. With Quarto you can create documents, books, presentations, blogs or other online resources.

Schedule

Activity
Introduction
Cours

This work is licensed under a Creative Commons Attribution 4.0 International License.