-
Notifications
You must be signed in to change notification settings - Fork 221
Comparing changes
Open a pull request
base repository: r-lib/actions
base: v2.9.0
head repository: r-lib/actions
compare: v2.10.0
- 16 commits
- 45 files changed
- 4 contributors
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f02b30a - Browse repository at this point
Copy the full SHA f02b30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbafc3b - Browse repository at this point
Copy the full SHA fbafc3bView commit details
Commits on Jul 29, 2024
-
[setup-r]: use a P3M snapshot by default on R 3.6.x (#879)
* [setup-r]: use a P3M snapshot by default on R 3.6.x See NEWS for details. * Avoid dot in env var name, NEWS wording * Use `2024-05-25` for R 3.6. PPM snapshot Cf. #879 (comment)
Configuration menu - View commit details
-
Copy full SHA for f4937e0 - Browse repository at this point
Copy the full SHA f4937e0View commit details
Commits on Aug 2, 2024
-
[setup-r-dependencies] Allow skipping pak install step (#887)
* [setup-r-dependencies] Allow skipping pak install step Specify: pak-version: none * [setup-r-dependencies]: cache ignore _cache directory in lib Fails in container, and not needed. * NEWS for pak-version: none
Configuration menu - View commit details
-
Copy full SHA for c899797 - Browse repository at this point
Copy the full SHA c899797View commit details -
[setup-r]: try to unlink brew R silently (#891)
* [setup-r]: try to unlink brew R silently To avoid #864. * [setup-r]: run brew install silently brew likes to warn about already installed packages and env vars, but we don't care about these. * NEWS for avoiding brew warnings
Configuration menu - View commit details
-
Copy full SHA for 732fb28 - Browse repository at this point
Copy the full SHA 732fb28View commit details -
[setup-r-dependencies]: install quarto if needed (#895)
* [setup-r-dependencies]: install quarto if needed * Add a .qmd vignette to test quarto install * Implement install-querto properly Plus better install-pandoc messaging. * Add quarto dep to test package * Proper quarto test vignette * More quarto vignette fixes * Need explicit Bootstrap 5 for quarto vignette * Add NEWS for `install-quarto`
Configuration menu - View commit details
-
Copy full SHA for 67f8747 - Browse repository at this point
Copy the full SHA 67f8747View commit details -
check-full example: avoid fixed version number (#892)
It ages badly when we stop supporting the hardcoded version. Closes #885.
Configuration menu - View commit details
-
Copy full SHA for 95341c3 - Browse repository at this point
Copy the full SHA 95341c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f14d6f6 - Browse repository at this point
Copy the full SHA f14d6f6View commit details -
[setup-pandoc]: pass GH token to nightly download (#889)
* [setup-pandoc]: pass GH token to nightly download This is now needed, apparently. Closes #868. * Add NEWS for nightly Pandoc fix
Configuration menu - View commit details
-
Copy full SHA for 565e1cf - Browse repository at this point
Copy the full SHA 565e1cfView commit details -
* use actions/cache@v4's save-always input * use actions/cache@v4's save-always input * input name * Add NEWS for setup-renv bypass-cache: never --------- Co-authored-by: Gábor Csárdi <csardi.gabor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cdb0370 - Browse repository at this point
Copy the full SHA cdb0370View commit details -
Use file names as workflow names (#888)
* Use file names as workflow names To make it easier to match workflow runs to workflow files. `usethis::use_github_action()` renames the files starting with `check-` to `R-CMD-check.yaml` by default, so we anticipate that here, except for the no-suggests workflow. * Update README * Add NEWS for new workflow names
Configuration menu - View commit details
-
Copy full SHA for 65c3db3 - Browse repository at this point
Copy the full SHA 65c3db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a5ffd - Browse repository at this point
Copy the full SHA e0a5ffdView commit details -
[setup-r-dependencies]: set R_LIBS_USER if unset (#896)
* [setup-r-dependencies]: set R_LIBS_USER if unset * Cannot use env.R_LIBS_USER directly in R Because it uses backslashes on Windows, which means invalid escapes in R. * Message about R_LIBS_USER * Add NEWS for R_LIBS_USER setting [ci skip]
Configuration menu - View commit details
-
Copy full SHA for 9677f2e - Browse repository at this point
Copy the full SHA 9677f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15dc534 - Browse repository at this point
Copy the full SHA 15dc534View commit details -
Blogdown and bookdown examples need contents write permission (#874)
* Enable contents write permission * Enable contents write permission * Enable contents write permission * Enable contents write permission * Enable contents write permission * render README.Rmd * NEWS for fixed repo permissions in examples --------- Co-authored-by: Gábor Csárdi <csardi.gabor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fd93f72 - Browse repository at this point
Copy the full SHA fd93f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a6cba - Browse repository at this point
Copy the full SHA d1a6cbaView commit details
There are no files selected for viewing