This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1
->v2
Release Notes
r-lib/actions
v2
Compare Source
Note that
v2
is a sliding tag, and we introduce non-breaking changes to it.v2.0.7
(2022-01-06)v2.0.6
(2022-01-05)[setup-r]
does not add theppa:cran/travis
PPA on Ubuntu, as it is not needed any more. (@jeroen, #465)[setup-r]
macOS R-devel builds use a more robust R download URL now (@s-u, #466).[setup-r-dependencies]
now uses the correct cache key ifworking-directory
is specified (@harupy, #471)v2.0.5
(2021-12-17)[setup-r-dependencies]
now works with older versions of the sessioninfo package.(This typically happens on older R versions and Windows or macOS, where pak prefers
to install an older binary package to a newer source package, unless the newer package
is needed.)
v2.0.4
(2021-12-16)[setup-r]
and[setup-r-dependencies]
now have better organized output[check-r-package]
now prints all environment variables before the check.v2.0.3
(2021-12-15)[setup-r]
and[setup-r-dependencies]
do not treat R versiondevel-ucrt
specially any more,and it is equivalent to
devel
.v2.0.2
(2021-12-14)[check-r-package]
now sets the_R_CHECK_FORCE_SUGGESTS_=false
environment variable,unless it was already set before to a non-empty value.
v2.0.1
(2021-12-13)[setup-r-dependencies]
is now better at ignoring soft package dependencies thatcannot be installed on the current R version. See more in the README here:
https://github.com/r-lib/actions/tree/v2/setup-r-dependencies#ignoring-optional-dependencies-that-need-a-newer-r-version
v2.0.0
(2021-12-12)Breaking changes from
v1
[check-r-package]
: many parameters have a new format now, and they needto be legal R expressions.
[setup-r]
does not have acrayon.enabled
parameter now. You can update.Rprofile
manually to set options if you like, see example in the README.New compared to
v1
[check-r-package]
has aworking-direcytory
parameter now (#393).[check-r-package]
prints the testthat output, and uploads artifacts on failurenow, no need to do these in the workflow file.
[run-rchk]
is now a more flexible composite action (@randy3k, #380, #428).[setup-pandoc]
now defaults to Pandoc version 2.14.2.[setup-r]
more robust installation in macOS, hopefully the hangs are solved.[setup-r]
now works on macOS Big Sur for older R versions (#412).[setup-r-dependencies]
has more robust dependency and system dependency lookupand installation (#370, #386, #405, #419, #430, #431, #432, #437).
[setup-r-dependencies]
automatically uses the UCRT versions of packages on UCRT R.[setup-r-dependencies]
has aworking-directory
parameter now (#393, #438).[setup-r-dependencies]
has a less conservative cache key now for R-devel (#429).[setup-r-dependencies]
now has adependencies
parameter to finetune whichdependencies are installed (#409).
Changes in example workflows from
v1
v2
tag.trigger a build manually.
well, without deploying (#363).
on error, these are done in the
check-r-package
action now.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.