-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
994719e
commit 14a7e74
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
# Development version | ||
|
||
# `v2.11.2` (2025-02-19) | ||
|
||
* `[setup-r]` now installs gfortran 14.2 for R 4.5.0 and later (#965). | ||
|
||
* `[setup-r]` now does not use PPM on aarch64 Linux, because PPM | ||
does not have binary packages for aarch64 Linux, and it would send | ||
x86_64 binarires for aarch64 systems as well. | ||
|
||
* `[setup-r]` now unlinks `[email protected]` on macOS silently, | ||
to avoid an error from the problem matchers (#973). | ||
|
||
* `[setup-r-dependencies]` now supports `dependencies: FALSE` | ||
(@eitsupi, #961). | ||
|
||
* `[setup-r-dependencies]` now creates the `R_LIBS_USER` and | ||
`R_LIBS_SITE` library directories (#974). | ||
|
||
* `[setup-r-dependencies]` now prints the R repo status (#975). | ||
|
||
* Example workflows that use renv now call `setup-r` with | ||
`r-version: renv`, to install the R version declared in the | ||
`renv.lock` file. | ||
|