coding-for-reproducible-research / CfRR_Courses

Home Repository for the CfRR website
https://coding-for-reproducible-research.github.io/CfRR_Courses/
4 stars 3 forks source link

Add content on dependency management in R #85

Open amyheather opened 3 months ago

amyheather commented 3 months ago

Similar to the virtual environment section of the Python course, it would be fab to include guidance on dependency management for R, as this can be a major barrier to reproduction, if the dependencies used were not recorded. Renv is a great starting point for this.