search for: r52167

Displaying 6 results from an estimated 6 matches for "r52167".

Did you mean: 652167
2010 Jun 16
1
cut takes long time
...lt;- structure(c(631206000, 631206060, 631206180, 631206240, 631206300, 978224400), class = c("POSIXt", "POSIXct"), tzone = "") system.time(cut(tt, "2 hours", include = TRUE)) # 9.45 0.01 9.58 R.version.string # "R version 2.11.1 Patched (2010-05-31 r52167)" win.version() # "Windows Vista (build 6002) Service Pack 2"
2010 Sep 09
3
Bug on chron
hello I think I've found a bug I don't know if it's a chron bug or a R one. (05/12/05 23:00:00) +1/24 gives (05/12/05 24:00:00) instead of (05/13/05 00:00:00) it looks like the same but it's not because when you get the date of this datetime it says day 12 instead of 13. Please, forward it to the place where this bugs are supposed to be posted. cheers -- View this message
2010 Jul 09
2
Strange R object
...ure(1, class = c("zooreg", "zoo")) > dput(aa2) structure(1, class = c("zooreg", "zoo")) > dput(zz2) structure(1, class = c("zooreg", "zoo")) > identical(aa2, zz2) [1] FALSE > sessionInfo() R version 2.11.1 Patched (2010-05-31 r52167) i386-pc-mingw32 locale: [1] LC_COLLATE=English_Canada.1252 LC_CTYPE=English_Canada.1252 [3] LC_MONETARY=English_Canada.1252 LC_NUMERIC=C [5] LC_TIME=English_Canada.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base P.S. I also get the same thing u...
2010 Jul 27
2
Installing the Zoo Library.
Hi Ya'll I'm trying to install the zoo library... I've downloaded about 5 or 6 of their releases (inc. the latest one), all of them giving me the same syntax error when trying to install... Anyone seen this problem before? its not the "lib" argument that is the problem (ive been installing other packages using this exact format with no problem... just zoo is the problem.
2010 Jun 15
3
Problem about zero
Hello, everyone, There's a problem about zero in R and I really need your help. I have a vector shown as x=c(0.1819711,0.4811463,0.1935151,0.1433675), The sum of this vector is shown as 1 in R, but when I type 1-sum(x), the value is not zero, but -2.220446e-16. I can accept that this value is quite small and could be seen as zero, but there would be a problem when it's not really
2010 Oct 08
4
Bug in as.POSIXct regarding AM/PM
Dear All, I encounted in a problem with as.POSIXct() function. > as.POSIXct("2009/03/26 01:00:00 AM" , format="%Y/%m/%d %I:%M:%S %p") [1] NA > as.POSIXct("2009/03/26 02:00:00 PM" , format="%Y/%m/%d %I:%M:%S %p") [1] NA I have tried this in the R version 2.11.1, R version 2.10.1 and R version 2.9.2 . They all does not work. The operation system is