carpentries / actions

GitHub Actions for use in Carpentries-style lessons
1 stars 8 forks source link

Try to speed up package dependencies in R #37

Closed zkamvar closed 2 years ago

zkamvar commented 2 years ago

This will hopefully fix #36

zkamvar commented 2 years ago

My solution was to not use {pak} for now and favor {remotes}. This gives us the stability we need here.