Skip to content

Commit

Permalink
Add (modify) NEWS bullet re: autoloading behaviour (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc authored Jul 5, 2024
1 parent f02f9c5 commit b961c6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
wrong version of a GitHub package during restore if
`options(renv.config.pak.enabled = TRUE)` was set. (#1883)

* Fixed an issue where `renv` could silently prompt the user for input
when running the autoloader inside an RStudio R session. (#1879)
* `renv` no longer interacts with the user during autoloading, which coincides
with R startup. If the IDE offers a session init hook (RStudio does),
loading is deferred until startup is complete and interaction is possible.
Otherwise, any suggested renv actions, such as `renv::restore()`, are emitted
as a message for the user to act on. (#1879, #1915).

* Fixed an issue where installation of packages from local sources, as via
`install("<package>", repos = NULL, type = "source")`, could fail. (#1880)
Expand Down

0 comments on commit b961c6c

Please sign in to comment.