Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Sep 2, 2021
1 parent 32eb9cc commit 4642f5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 4642f5d

Please sign in to comment.