Skip to content

Commit

Permalink
Change the format of the NEWS file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjir committed Jun 7, 2023
1 parent ccbc911 commit 749d2ca
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -2,3 +2,4 @@
^docs$
^pkgdown$
.github
README.Rmd
42 changes: 28 additions & 14 deletions NEWS
@@ -1,14 +1,28 @@
0.4.2: Load XLSX files as data.table instead of data.frame
0.4.1: Bringing tstools back to CRAN, maintenance release.
0.3.6.1: regularize series using NAs, better plot support for NAs, smaller bugfixes
0.3.6: major co-ordination fixes, auto legends fixes. enjoy!
0.3.5.1: CRAN release
0.3.4.2: Improvement of tick handling, more automatic determination
0.3.4: introduced data.table dependency
0.3.3: speedup writeTimeSeries by optionally using data.table's rbindlist
0.3.2: optional data.table read csv for speedup
0.3.1: minor add ons, problems in versions fixed
0.3: function to create regular time series from data.frames
0.2.7.9.1: minor change to unit test to avoid re-import warning with other packages that load openxlsx.
0.2.7.9: added function to turn quarterly to monthly series (interpolate).
0.2.7.8: added function to start after last internal NA.
Changes in version 0.4.2
* Load XLSX files as data.table instead of data.frame
Changes in version 0.4.1
* Bringing tstools back to CRAN, maintenance release.
Changes in version 0.3.6.1
* regularize series using NAs, better plot support for NAs, smaller bugfixes
Changes in version 0.3.6
* major co-ordination fixes, auto legends fixes. enjoy!
Changes in version 0.3.5.1
* CRAN release
Changes in version 0.3.4.2
* Improvement of tick handling, more automatic determination
Changes in version 0.3.4
* introduced data.table dependency
Changes in version 0.3.3
* speedup writeTimeSeries by optionally using data.table's rbindlist
Changes in version 0.3.2
* optional data.table read csv for speedup
Changes in version 0.3.1
* minor add ons, problems in versions fixed
Changes in version 0.3
* function to create regular time series from data.frames
Changes in version 0.2.7.9.1
* minor change to unit test to avoid re-import warning with other packages that load openxlsx.
Changes in version 0.2.7.9
* added function to turn quarterly to monthly series (interpolate).
Changes in version 0.2.7.8
* added function to start after last internal NA.

0 comments on commit 749d2ca

Please sign in to comment.