-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save a warmed R package cache for faster installs in failing Actions #695
Commits on May 2, 2023
-
Add opt-in
cache: "always"
to always save the cacheUse a cache keys step to create consistent key and path values. If `cache == 'always'`, use `actions/cache/restore@v3` and `actions/cache/save@v3`. Else use the regular `actions/cache@v3` to restore and save (given Action was successful).
Configuration menu - View commit details
-
Copy full SHA for 6297893 - Browse repository at this point
Copy the full SHA 6297893View commit details
Commits on Feb 14, 2024
-
Add
prune
param tosetup-r-dependencies
to prune extra R packages…… only when `cache="always"`
Configuration menu - View commit details
-
Copy full SHA for 47ee010 - Browse repository at this point
Copy the full SHA 47ee010View commit details -
Merge branch 'v2-branch' into always_cache_r_lib
* v2-branch: (33 commits) Try to update tinytex Test tinytex version 2024.02 Try installing in tinytex text workflow Upload snapshots in check-release example check-r-package artifact names: include explicit id or job index Include run & attempt number in check-r-package artifact names check-r-package: include arch in artifact name R-devel test: add macos-14 More action version updates Update JamesIves/github-pages-deploy-action version in examples Update actions versions in examples Update setup-tinytex dependencies Update pr-push dependencies Update pr-fetch dependencies Update setup-r dependencies Update setup-pandoc dependencies Update node actions, switch to node 20 Upgrade upload-artifact action Add `working-directory input to `setup-renv` docs Avoid r-project.org URLs ...
Configuration menu - View commit details
-
Copy full SHA for 309f3e8 - Browse repository at this point
Copy the full SHA 309f3e8View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee9bbaf - Browse repository at this point
Copy the full SHA ee9bbafView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0fb10f - Browse repository at this point
Copy the full SHA f0fb10fView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07f7d18 - Browse repository at this point
Copy the full SHA 07f7d18View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4daea0 - Browse repository at this point
Copy the full SHA a4daea0View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e8c091 - Browse repository at this point
Copy the full SHA 9e8c091View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ddc319 - Browse repository at this point
Copy the full SHA 9ddc319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69bc40b - Browse repository at this point
Copy the full SHA 69bc40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a353189 - Browse repository at this point
Copy the full SHA a353189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 968e1ef - Browse repository at this point
Copy the full SHA 968e1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for d985eee - Browse repository at this point
Copy the full SHA d985eeeView commit details -
Remove pruning the unneeded packages, for now
It is better to implement it in pak.
Configuration menu - View commit details
-
Copy full SHA for 013dc2d - Browse repository at this point
Copy the full SHA 013dc2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1159dc9 - Browse repository at this point
Copy the full SHA 1159dc9View commit details -
setup-r-dependencies: merge lockfile cleanup step into previous
For simplicity.
Configuration menu - View commit details
-
Copy full SHA for 6d13c6a - Browse repository at this point
Copy the full SHA 6d13c6aView commit details