Hello,
I think `quietly` should only silence normal masking messages
intended for users and providing information about normal
behaviour, such as masking. This is not the case here as the
message is about overriding of S3 methods, which has global
effect and is rather problematic. It may change b
Dear R-devel,
Consider the following clip (in R version 3.6.0, Windows):
> requireNamespace("ggplot2", quietly = TRUE)
Registered S3 methods overwritten by 'ggplot2':
method from
[.quosures rlang
c.quosures rlang
print.quosures rlang
It seems to m
Section 1.1.3 of the "R-exts" manual currently refers to "imports or
importFrom directives" where it means to say "import or importFrom
directives". Results of a diff between R-exts.texi at SVN revision
76864 and a corrected version are copied below.
*** R-exts.texi Mon Jul 22 14:41:19 2019
---