diff --git a/DESCRIPTION b/DESCRIPTION index 3b5e33f..0b94532 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: DTSg Type: Package Title: A Class for Working with Time Series Data Based on 'data.table' and 'R6' with Largely Optional Reference Semantics -Version: 1.1.1.9000 -Authors@R: person("Gerold", "Hepp", email = "ghepp@iwag.tuwien.ac.at", role = c("aut", "cre")) +Version: 1.1.2 +Authors@R: person("Gerold", "Hepp", email = "gisler@hepp.cc", role = c("aut", "cre")) Description: Basic time series functionalities such as listing of missing values, application of arbitrary aggregation as well as rolling (asymmetric) window functions and automatic detection of periodicity. As it is mainly diff --git a/NEWS.md b/NEWS.md index 72a6593..1fd2f44 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# DTSg v1.1.1.9000 +# DTSg v1.1.2 * Cease use of legacy time zone symlinks in tests. * Bumped minimum tested R version from 4.0.2 to 4.2.3 using the corresponding Posit Public Package Manager snapshot.