search for: crasha

Displaying 1 result from an estimated 1 matches for "crasha".

Did you mean: crash
2003 Aug 18
1
round.POSIXt sometimes crashes R (PR#3763)
...is code: > data=seq(ISOdate(2001,1,1),by="day",length=3) > data [1] "2001-01-01 13:00:00 ora solare Europa occidentale" [2] "2001-01-02 13:00:00 ora solare Europa occidentale" [3] "2001-01-03 13:00:00 ora solare Europa occidentale" this works: > non.crasha=round(data[c(F,F,T)],"day") > non.crasha [1] "2001-01-04" this (subsetting data with an empty set) crashes R on w2k crasha=round(data[c(F,F,F)],"day") these are infos about my R > R.version _ platform i386-pc-mingw32 arch i386...