Skip to content

Commit

Permalink
Update NEWS for v2.11.2 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Feb 19, 2025
1 parent 994719e commit 14a7e74
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion NEWS.md
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.
Expand Down

0 comments on commit 14a7e74

Please sign in to comment.