From 6d8045719b34787506f0a541f9ebd56161988add Mon Sep 17 00:00:00 2001 From: Kevin Ushey Date: Fri, 2 Aug 2024 10:05:01 -0700 Subject: [PATCH] update NEWS --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 83ef4bfb3..89c09f17b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ # renv (development version) +* Fixed an issue where `renv::load()` could fail to load an alternate project + when `options(renv.config.autoloader.enabled = FALSE)` was set. (#1959) + * `renv` now emits clickable hyperlinks for runnable code snippets and help, for front-ends which support the `ide:run` and `ide:help` ANSI escapes.