Skip to content

FRBCesab/good-practices

Repository files navigation


Logo
Reproducible research

Quarto License MIT

ContentContributeCitationCode of Conduct


Content

This online presentation, available at frbcesab.github.io/good-practices provides an introduction to the good practices in reproducible research.


Contribute

System requirement

Edit slides

  • Clone this repository
## Using the SSH protocol ----
git clone git@github.com:frbcesab/good-practices.git

## Using the HTTPS protocol ----
git clone https://github.com/frbcesab/good-practices.git
  • Install required packages

Required R packages are listed in the DESCRIPTION file.

## Install 'remotes' package (if necessary) ----
install.packages("remotes")

## Install required packages ----
remotes::install_deps()

Render HTML presentation

## Render HTML presentation ----
quarto::quarto_render("index.qmd")

Citation

Please cite this presentation as:

Casajus N & Coux C (2023) Reproducible research - Good practices. URL: https://frbcesab.github.io/good-practices.


Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Releases

No releases published

Packages

No packages published