Re: [R] Example(chron) doesn't work

2011-10-26 Thread hchui
It works with Rgui vanilla, R version 2.13.1. I'll check it again when I install R version 2.13.2. Many thanks! > "C:\\Program Files\\R\\R-2.13.1\\bin\\x64\\Rgui.exe --vanilla" [1] "C:\\Program Files\\R\\R-2.13.1\\bin\\x64\\Rgui.exe --vanilla" > library(chron) Warning message: package 'chron' wa

Re: [R] Example(chron) doesn't work

2011-10-26 Thread Gabor Grothendieck
On Wed, Oct 26, 2011 at 12:21 AM, hchui wrote: > Hi, there, > > I have a similar problem. The chron example gives NA. dates doesn't work but > times does. > > I would appreciate it if there's a fix for it. > > Thanks, > Helena > >> example(chron) > > chron> dts <- dates(c("02/27/92", "02/27/92", "

Re: [R] Example(chron) doesn't work

2011-10-25 Thread hchui
Hi, there, I have a similar problem. The chron example gives NA. dates doesn't work but times does. I would appreciate it if there's a fix for it. Thanks, Helena > example(chron) chron> dts <- dates(c("02/27/92", "02/27/92", "01/14/92", chron+"02/28/92", "02/01/92")) chron> dt