mekevans / forestTIME-builder

Scripts to generate a forestTIME database. Ancestral code is in forestTIME and automatic-trees, which has a bloated git history.
GNU General Public License v3.0
1 stars 2 forks source link

Dependency caching #3

Closed diazrenata closed 2 months ago

diazrenata commented 2 months ago

A single runner burns 40 minutes of time installing R packages :scream_cat:.

Try https://github.com/r-lib/actions/tree/v2/setup-r-dependencies with a DESCRIPTION file to cache dependencies? Do this is diazrenata/toy_artifacts first.

diazrenata commented 2 months ago

Succeeding via the renv GitHub action + specific installs for some under the hood libraries.