Displaying 1 result from an estimated 1 matches for "subsec".
Did you mean:
subset
2012 Sep 16
1
possible TZ bug in parseISO8601 - "Error in if (length(c(year, month, day, hour, min, sec)) == 6 && c(year, : [...]"
...`(searchVector, dateFilter)
4: .parseISO8601(ii, .index(x)[1], .index(x)[nr], tz = tz)
5: as.POSIXlt(do.call(lastof, parse.side(intervals[2], intervals[1])))
6: do.call(lastof, parse.side(intervals[2], intervals[1]))
7: function (year = 1970, month = 12, day = 31, hour = 23, min = 59, sec =
59, subsec = 0.99999, tz = "")
{
if (!missing(sec) && sec%%1 != 0)
subsec <- 0
I then came across this post
http://r-forge.r-project.org/tracker/index.php?func=detail&aid=2116&group_id=118&atid=516
While running demo/macd.R in the quantstrat package with --va...