From 1af10fed1dba17cdb63da7c49aed0ef9ec31de7f Mon Sep 17 00:00:00 2001 From: gisler Date: Sat, 5 Sep 2020 09:02:35 +0200 Subject: [PATCH] ready for release (v0.7.0) --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a5629d0..e9cb4f7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: DTSg Type: Package Title: A Class for Working with Time Series Based on 'data.table' and 'R6' with Largely Optional Reference Semantics -Version: 0.6.0.9000 +Version: 0.7.0 Authors@R: person("Gerold", "Hepp", email = "ghepp@iwag.tuwien.ac.at", role = c("aut", "cre")) Description: Basic time series functionalities such as listing of missing values, application of arbitrary aggregation as well as rolling (asymmetric) diff --git a/NEWS.md b/NEWS.md index a825197..439022f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## DTSg v0.6.0.9000 +## DTSg v0.7.0 * Added `rowaggregate` method: allows for applying summary functions row-wise to `DTSg` objects * Added `rowbind` method: allows for combining the rows of `DTSg` objects