Skip to content

rdatatoolbox/course-renv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 R Packages management with renv

License: CC BY 4.0

Code used to create the online presentation R Packages management with renv available at: rdatatoolbox.github.io/course-renv


👉 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 ----
rmarkdown::render("index.Rmd")

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