Skip to content

Commit 583306e

Browse files
committed
NEWS.md
1 parent 27d03db commit 583306e

File tree

2 files changed

+40
-46
lines changed

2 files changed

+40
-46
lines changed

NEWS

-46
This file was deleted.

NEWS.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# seasonalview 0.4.0
2+
3+
Bug fixes:
4+
5+
* Remove warning about 'xts::indexClass' is deprecated. #15
6+
* Significance tags visible for all levels #14
7+
8+
9+
# seasonalview 0.3 2017-05-04
10+
11+
Bug fixes:
12+
13+
* do not add empty x11 = "" at the end of the R call
14+
https://github.com/christophsax/seasonalview/issues/10
15+
* 'auto expand' of R and X-13 box was buggy and has been removed
16+
https://github.com/christophsax/seasonalview/issues/12
17+
* add 'err_to_html' to seasonal, which was removed from the seasonal package,
18+
causing an application crash on error.
19+
* less verbosity on the console. No output is written, unless it's a bug.
20+
21+
22+
# seasonalview 0.2 2017-02-11
23+
24+
Under the hood:
25+
26+
* better way to pass stuff to shiny app, using shinyOptions().
27+
* uses import.spc() from seasonal 1.4 for X-13 spc parsing.
28+
* workaround functions to properly import xts, which depends on zoo functions,
29+
so that seasonalview can be imported from other packages, such as seasonal.
30+
This will be reworked once a new version of xts is on CRAN.
31+
https://github.com/joshuaulrich/xts/issues/162
32+
33+
Bug fixes:
34+
35+
* Fixed issue that led to a crash when X-13 code was manipulated.
36+
37+
38+
# seasonalview 0.1.3 2016-12-14
39+
40+
* Initial CRAN Version

0 commit comments

Comments
 (0)