Skip to content
Prev 8722 / 398502 Next

chron blues

Thanks for spotting this, Peter.

Bernie, could we convince you to use the date/time features added to R
1.2.0 instead?

R> as.POSIXct("1980-06-01") + rep(1.5,10)
 [1] "1980-06-01 00:00:01" "1980-06-01 00:00:01" "1980-06-01 00:00:01"
 [4] "1980-06-01 00:00:01" "1980-06-01 00:00:01" "1980-06-01 00:00:01"
 [7] "1980-06-01 00:00:01" "1980-06-01 00:00:01" "1980-06-01 00:00:01"
[10] "1980-06-01 00:00:01"

works without any problems ... (although you perhaps want to add 1.5
days rather than seconds)

-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._