Skip to content

Commit 14a7e74

Browse files
authored
Update NEWS for v2.11.2 (#983)
1 parent 994719e commit 14a7e74

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

NEWS.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
# Development version
1+
2+
# `v2.11.2` (2025-02-19)
23

34
* `[setup-r]` now installs gfortran 14.2 for R 4.5.0 and later (#965).
45

56
* `[setup-r]` now does not use PPM on aarch64 Linux, because PPM
67
does not have binary packages for aarch64 Linux, and it would send
78
x86_64 binarires for aarch64 systems as well.
89

10+
* `[setup-r]` now unlinks `[email protected]` on macOS silently,
11+
to avoid an error from the problem matchers (#973).
12+
13+
* `[setup-r-dependencies]` now supports `dependencies: FALSE`
14+
(@eitsupi, #961).
15+
16+
* `[setup-r-dependencies]` now creates the `R_LIBS_USER` and
17+
`R_LIBS_SITE` library directories (#974).
18+
19+
* `[setup-r-dependencies]` now prints the R repo status (#975).
20+
921
* Example workflows that use renv now call `setup-r` with
1022
`r-version: renv`, to install the R version declared in the
1123
`renv.lock` file.

0 commit comments

Comments
 (0)