Is there a way to add months to on ore.date without ore.pull?
Example:
ORE version 1.4
> DATE <- ore.push(seq(as.Date("1999/1/1"), by="3 months", length =2))[2]
> DATE
[1] "1999-04-01"
> class(DATE)
[1] "ore.date"
attr(,"package")
[1] "OREbase"
>
> NEW_DATE <- seq(DATE, by="3 months", length =2)
Error in seq.int(r1$mon, by = by, length.out = length.out) :
'from' must be finite