Thank you both for the replies. The shared library aspect didn't seem to be
the problem, and while I looked into including $R_HOME/etc/Makevars in my
Makefile and using variables defined there, that seemed to create other
difficulties.
Instead I decided for the time being to avoid using mathematic
On 13-07-07 11:09 PM, Peter Meilstrup wrote:
The formal list for subset.data.frame accepts a "..."
args(subset.data.frame)
function (x, subset, select, drop = FALSE, ...)
NULL
But it appears that subset.data.frame does not actually use the "..." or
pass it along:
"..." %in% all.names(body(s