FredHutch / VISCtemplates

Tools for writing reproducible reports at VISC
Other
4 stars 2 forks source link

Speed up skeleton action via binary R pkg installations #166

Closed slager closed 3 weeks ago

slager commented 3 weeks ago

Addresses #165.

Looks like this improves install time of R package dependencies on the action 10x from about 20 min to about 2 min. This uses the same recommended source for binary R packages as what we already use in the R CMD check yaml workflow and as generated by usethis::use_github_action().

Old: https://github.com/FredHutch/VISCtemplates/actions/runs/9455206517/job/26044449900 New: https://github.com/FredHutch/VISCtemplates/actions/runs/9602856269/job/26484650844?pr=166

kelliemac commented 3 weeks ago

Looks great, thanks Dave!