From 14a7e741c1cb130261263aa1593718ba42cf443b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Wed, 19 Feb 2025 21:59:20 +0100 Subject: [PATCH] Update NEWS for v2.11.2 (#983) --- NEWS.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4e277e7e..a46c177c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ -# Development version + +# `v2.11.2` (2025-02-19) * `[setup-r]` now installs gfortran 14.2 for R 4.5.0 and later (#965). @@ -6,6 +7,17 @@ does not have binary packages for aarch64 Linux, and it would send x86_64 binarires for aarch64 systems as well. +* `[setup-r]` now unlinks `pkg-config@0.29.2` 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.