Skip to content

Releases: christophsax/seasonalview

CRAN release 0.2

11 Feb 13:27
Compare
Choose a tag to compare

0.2 2017-02-11

Under the hood:

  • better way to pass stuff to shiny app, using shinyOptions().
  • uses import.spc() from seasonal 1.4 for X-13 spc parsing.
  • workaround functions to properly import xts, which depends on zoo functions,
    so that seasonalview can be imported from other packages, such as seasonal.
    This will be reworked once a new version of xts is on CRAN.
    joshuaulrich/xts#162

Bug fixes:

  • Fixed issue that led to a crash when X-13 code was manipulated.

CRAN release 0.1.3

14 Dec 16:31
Compare
Choose a tag to compare

0.1.3 2016-12-14

Initial Version