Seems like it makes sense to have a default origin of 1970-01-01 for
as.Date.numeric(). Are there any strong arguments for requiring users
to specify the origin for every invocation of as.Date.numeric()?
The code could be:
as.Date.numeric <- function(x, origin="1970-01-01", ...)
{
if ((mis
Can any one provide more details on this error that I'm getting from R
CMD check:
* checking whether the name space can be loaded with stated
dependencies ... WARNING
Error in eval(expr, envir, enclos) : could not find function "proto"
Error: unable to load R code in package 'ggplot2'
Execution ha
On 1/3/2008 9:03 AM, Gabor Grothendieck wrote:
> In:
>
>trunk/src/library/base/man/DateTimeClasses.Rd
>
> this:
>
> \section{Sub-section Accuracy}{
>
> should be
>
> \section{Sub-second Accuracy}{
Thanks, will fix.
Duncan Murdoch
__
R-deve
In:
trunk/src/library/base/man/DateTimeClasses.Rd
this:
\section{Sub-section Accuracy}{
should be
\section{Sub-second Accuracy}{
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel