Re: [Rd] save.image compression_level argument

2011-07-14 Thread Andreas Eckner
> On Mon, 11 Jul 2011, andr...@eckner.com wrote: > >> Hi, >> >> in "save.image", it would be nice if there was a "compression_level" >> argument that is passed along to "save". >> >> Or is there a reason for disabling the "compression_level" option for >> saving workspaces, but enabling it for ma

[Rd] Add "..." argument to generic of "median"

2010-11-10 Thread Andreas Eckner
Dear developers, would it be feasible to add an "..." argument to the "median" generic function (and by extension also to "median.default")? That would allow the implementation of "median" methods for data structures that require optional arguments, as is already supported by the "mean" generic

[Rd] base::as.Date inconsistency/bug

2010-11-09 Thread Andreas Eckner
ot;1970-01-01") [1] "1970-01-01" As you can see, both calls produce the same output on the screen. Curiously, the output is NOT the same for other consecutive origins: > as.Date(0.5, origin="2009-12-31") [1] "2009-12-31" > as.Date(0