I have the following problem:

As expected I obtain
 timeBasedSeq( 2037/2037)
[1] "2037-01-01"
> 
However if I do the same for 2038 I get
timeBasedSeq( 2038/2038)
[1] "2038-01-01" "2039-01-01"

I get the same strange result if I use later years or any interval that 
contains 2038:
timeBasedSeq( 2037/2039)
[1] "2037-01-01" "2038-01-01" "2039-01-01" "2040-01-01"
> 

Am I doing anything wrong?  I am using R2.15.1 und xts 0.8.6 on a mac.  
Many thanks,  Marcus


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to