vadr icon indicating copy to clipboard operation
vadr copied to clipboard

Making R a better language

Results 15 vadr issues
Sort by recently updated
recently updated
newest added

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...

I have a set I'd be happy to contribute: ask, compose, curry, delay, reject, funcall, once, pluck, take and tee.