Peter Meilstrup
Peter Meilstrup
The P of the REPL does not appear to invoke the generic print method. Possible resolution is to wrap dots objects in lists.
as it would cut down in writing usage strings
arg_env gets the environment of a promise: ``` del
Placeholders get in the way of more interesting nested constructions of `chain` and other anaphora. - inspect code, look at where I'm using explicit placeholders, and see if any usefully...
And clarify why it is evil
There needs to be something to deal with using multiple-argument functions in a chain, where more than one argument depends on the data. For example, to attach fitted values to...
It appears that `qq` and friends, as well as `chain` and friends, really want to expand from the "inside out" rather than from the "outside in." For example, current qq...
Moving the makeActiveBinding out of the inner call speeds this up at least for repeated calls: ``` curr3
For the purposes of this package A `macro` is a function that quotes all of its arguments, operates on the quoted expressions only, never evaluating their values, and finally evaluates...
Build failed on my system (OSX 10.14, r-devel; clang) with the following: ``` clang++ -std=gnu++11 -I"/usr/local/Cellar/r/devel_1/lib/R/include" -DNDEBUG -I'/usr/local/lib/R/3.7/site-library/Rcpp/include' -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/include -mtune=core2 -O3 -fPIC -O3 -c alter.cpp -o alter.o In...