diff --git a/DESCRIPTION b/DESCRIPTION index 373e61560..a6da3111f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: renv Type: Package Title: Project Environments -Version: 0.14.0-7 +Version: 0.14.0-8 Authors@R: c( person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com"), person("RStudio, PBC", role = c("cph")) diff --git a/NEWS.md b/NEWS.md index 065559738..068199a16 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ # renv 0.15.0 (UNRELEASED) +* `renv` no longer requires explicit user consent when used within Singularity + containers. (#824, @kiwiroy) + * `renv` now respects the `R_PROFILE_USER` environment variable, in addition to the `user.profile` configuration option, when considering whether the user `.Rprofile` should be examined for package dependencies. (#821)