Good practices
frbcesab.github.io/good-practices
Content • Contribute • Citation • Code of Conduct
This online presentation, available at frbcesab.github.io/good-practices provides an introduction to the good practices in reproducible research.
- 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()
- Edit the
index.qmd
file
## Render HTML presentation ----
quarto::quarto_render("index.qmd")
Please cite this presentation as:
Casajus N & Coux C (2023) Reproducible research - Good practices. URL: https://frbcesab.github.io/good-practices.
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.