DHCSSza / stakeholder_map

A repository for the SADiLaR Stakeholder Map Project, which is an investigation of the Digital Humanities (DH) and Computational Social Sciences (CSS) landscape in South Africa.
MIT License
2 stars 2 forks source link

Pin package and R versions #18

Closed AnneMTreasure closed 2 years ago

AnneMTreasure commented 2 years ago

Pin package and R versions

AnneMTreasure commented 2 years ago

Look into Docker for ‘virtual environment’ / containerisation for GitHub Actions

AnneMTreasure commented 2 years ago

look into caching: https://towardsdatascience.com/automating-a-covid19-report-update-and-publishing-with-github-actions-a3d64315e515#1dc4

AnneMTreasure commented 2 years ago

Docker too unnecessarily complicated for our needs. Rather used renv as a way to pin and lock R and R package versions. This is a bit more natural to use than Docker (see conversation on R4DS):

Steps: