r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
331 stars 152 forks source link

`install(..., quiet = TRUE)` is not quiet #669

Open bersbersbers opened 2 years ago

bersbersbers commented 2 years ago

I still see messages such as

Installing 191 packages: (list of packages)

despite using quiet = TRUE in install(). Compare bottom of this code snippet:

https://github.com/r-lib/remotes/blob/eb15a1eb21cca47ce5601747fd4e033d8606a648/R/deps.R#L346-L368