search for: quosures

Displaying 16 results from an estimated 16 matches for "quosures".

2019 Jul 23
2
quiet namespace load is noisy
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 me that if one specifies 'quietly = TRUE', then messages about S3 method overrides should be quieted along with everything else. After all, other package startup messages ARE suppressed, and even error messages are...
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
...> >> 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 me that if one specifies 'quietly = TRUE', then messages about S3 method overrides should be quieted along with everything else. After all, other package startup messages ARE suppres...
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
...> 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 me that if one specifies 'quietly = TRUE', then messages > about S3 method overrides should be quieted along with everything else. > After al...
2019 May 29
2
R pkg install should fail for unsuccessful DLL copy on windows?
...s='https://cloud.r-project.org', warn=2);library(penaltyLearning);install.packages('penaltyLearning', type='source');getOption('warn');sessionInfo() Loading required package: data.table Registered S3 methods overwritten by 'ggplot2': method from [.quosures rlang c.quosures rlang print.quosures rlang trying URL ' https://cloud.r-project.org/src/contrib/penaltyLearning_2018.09.04.tar.gz' Content type 'application/x-gzip' length 2837289 bytes (2.7 MB) ================================================== downloaded 2.7 MB * ins...
2019 May 30
2
R pkg install should fail for unsuccessful DLL copy on windows?
...naltyLearning', type='source');getOption('warn');sessionInfo() [1] "C:/Users/th798/R/library" "C:/Program Files/R/R-3.6.0/library" Loading required package: data.table Registered S3 methods overwritten by 'ggplot2': method from [.quosures rlang c.quosures rlang print.quosures rlang Installing package into 'C:/Users/th798/R/library' (as 'lib' is unspecified) trying URL ' https://cloud.r-project.org/src/contrib/penaltyLearning_2018.09.04.tar.gz' Content type 'application/x-gzip' length 28372...
2019 Jul 23
0
quiet namespace load is noisy
...enth at uiowa.edu> wrote: > > 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 me that if one specifies 'quietly = TRUE', then messages about S3 method overrides should be quieted along with everything else. After all, other package startup messages ARE suppressed, and even...
2019 Jul 23
0
[External] Re: quiet namespace load is noisy
...l, >>> >>> 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 me that if one specifies 'quietly = TRUE', then messages about S3 method overrides should be quieted along with everything else. After all, other package startup messa...
2019 May 30
0
R pkg install should fail for unsuccessful DLL copy on windows?
...urce');getOption('warn');sessionInfo() > [1] "C:/Users/th798/R/library" "C:/Program > Files/R/R-3.6.0/library" > Loading required package: data.table > Registered S3 methods overwritten by 'ggplot2': > method from > [.quosures rlang > c.quosures rlang > print.quosures rlang > Installing package into 'C:/Users/th798/R/library' > (as 'lib' is unspecified) > trying URL ' > https://urldefense.proofpoint.com/v2/url?u=https-3A__cloud.r-2Dproject.org_src_contrib_penaltyLearnin...
2019 May 31
2
R pkg install should fail for unsuccessful DLL copy on windows?
...');sessionInfo() > > [1] "C:/Users/th798/R/library" "C:/Program > > Files/R/R-3.6.0/library" > > Loading required package: data.table > > Registered S3 methods overwritten by 'ggplot2': > > method from > > [.quosures rlang > > c.quosures rlang > > print.quosures rlang > > Installing package into 'C:/Users/th798/R/library' > > (as 'lib' is unspecified) > > trying URL ' > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__cloud.r-2Dpro...
2017 Mar 19
3
RFC: (in-principle) native unquoting for standard evaluation
Would this return a quosure? (i.e. a single sided formula that captures both expression and environment). That's the data structure we've adopted in tidyeval as it already has some built in support. Hadley On Friday, March 17, 2017, Michael Lawrence <lawrence.michael at gene.com> wrote: > Interesting idea. Lazy and non-standard evaluation is going to happen; the > language
2019 May 30
0
R pkg install should fail for unsuccessful DLL copy on windows?
....org', > warn=2);library(penaltyLearning);install.packages('penaltyLearning', > type='source');getOption('warn');sessionInfo() > Loading required package: data.table > Registered S3 methods overwritten by 'ggplot2': > method from > [.quosures rlang > c.quosures rlang > print.quosures rlang > trying URL ' > https://cloud.r-project.org/src/contrib/penaltyLearning_2018.09.04.tar.gz' > Content type 'application/x-gzip' length 2837289 bytes (2.7 MB) > =============================================...
2019 May 17
5
Give update.formula() an option not to simplify or reorder the result -- request for comments
Dear All, Martin Maechler has asked me to send this to R-devel for discussion after I submitted it as an enhancement request ( https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17563). At this time, the update.formula() method always performs a number of transformations on the results, eliminating redundant variables and reordering interactions to be after the main effects. This is not always
2017 Mar 19
0
RFC: (in-principle) native unquoting for standard evaluation
On Mon, Mar 20, 2017 at 7:36 AM, Radford Neal <radford at cs.toronto.edu> wrote: > Michael Lawrence (as last in long series of posters)... > >> Yes, it would bind the language object to the environment, like an >> R-level promise (but "promise" of course refers specifically to just >> _lazy_ evaluation). >> >> For the uqs() thing, expanding calls
2017 Mar 19
0
RFC: (in-principle) native unquoting for standard evaluation
Yes, it would bind the language object to the environment, like an R-level promise (but "promise" of course refers specifically to just _lazy_ evaluation). For the uqs() thing, expanding calls like that is somewhat orthogonal to NSE. It would be nice in general to be able to write something like mean(x, extra_args...) without resorting to do.call(mean, c(list(x), extra_args)). If we had
2017 Mar 19
3
RFC: (in-principle) native unquoting for standard evaluation
Michael Lawrence (as last in long series of posters)... > Yes, it would bind the language object to the environment, like an > R-level promise (but "promise" of course refers specifically to just > _lazy_ evaluation). > > For the uqs() thing, expanding calls like that is somewhat orthogonal > to NSE. It would be nice in general to be able to write something like >
2017 Mar 17
4
RFC: (in-principle) native unquoting for standard evaluation
(please be gentle, it's my first time) I am interested in discussions (possibly reiterating past threads -- searching didn't turn up much) on the possibility of supporting standard evaluation unquoting at the language level. This has been brought up in a recent similar thread here [1] and on Twitter [2] where I proposed the following desired (in-principle) syntax f <-