Re: [Rd] Cross-platform linking of a simple front-end

2013-07-08 Thread Jon Clayden
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

Re: [Rd] does subset.data.frame need to accept extra arguments?

2013-07-08 Thread Duncan Murdoch
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