Blame | Last modification | View Log | Download | RSS feed
Apparently, the components of origin are used as positional rather thanas named! I.e.,options(chron.origin = c(month = 1, day = 1, year = 1960))is ok butoptions(chron.origin = c(year = 1960, month = 1, day = 1))is not. DEBUG etc etcHow can we improve the handling of holidays?