Re: [R] possible TZ bug in parseISO8601 - "Error in if (length(c(year, month, day, hour, min, sec)) == 6 && c(year, : [...]"

2012-09-17 Thread Bit Rocker
I think I've sorted this out now. Debugging an R program is certainly quite a feat but I think I'm getting there. It's worth it for the power yielded. On Sun, Sep 16, 2012 at 7:16 PM, Bit Rocker wrote: > Just found a typo elsewhere in the code which looks like it's t

Re: [R] possible TZ bug in parseISO8601 - "Error in if (length(c(year, month, day, hour, min, sec)) == 6 && c(year, : [...]"

2012-09-16 Thread Bit Rocker
Just found a typo elsewhere in the code which looks like it's the culprit. I'm not sure if the report below is still relevant. Will advise if so. On Sun, Sep 16, 2012 at 6:59 PM, Bit Rocker wrote: > Hey all, > > Virgin post to this list - hope I've got it right ;o)

[R] possible TZ bug in parseISO8601 - "Error in if (length(c(year, month, day, hour, min, sec)) == 6 && c(year, : [...]"

2012-09-16 Thread Bit Rocker
as.POSIXct(strptime(maybeWrongFormat, "%Y-%m-%d")) } And theTimeSeries is theTimeSeries <- getSymbols(tckr, from="2000-01-01", to="2013-01-01",auto.assign=FALSE) I'm too much of a newbie to suggest how to fix this (or what else it might be) so I thought I