From 6f9a7b796f9f28a41f098fc7f7d1a3ff4be7ce3f Mon Sep 17 00:00:00 2001 From: gisler Date: Thu, 28 Oct 2021 01:15:25 +0200 Subject: [PATCH] fix: correct moved URLs --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 72829ad..1266663 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ 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: 0.8.0 +Version: 0.8.1 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) @@ -14,7 +14,7 @@ Description: Basic time series functionalities such as listing of missing functional approach allows for incorporating functionalities from many other packages. License: MIT + file LICENSE -URL: https://gisler.github.io/DTSg +URL: https://gisler.github.io/DTSg/ BugReports: https://github.com/gisler/DTSg/issues Language: en-GB Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 32bc614..e303b58 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# DTSg v0.8.0 +# DTSg v0.8.1 * Added a "special class" called `".numerary"` to the `class` argument of the `cols` method: allows for querying the names of `integer` and `numeric` columns in one go * Added undocumented methods `raggregate`, `rbind`, `set` and `setnames` acting as aliases for `rowaggregate`, `rowbind`, `setCols` and `setColNames`, which are exclusively available in the R6 interface diff --git a/README.md b/README.md index 10baa46..6001a50 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Install the development version from GitHub (requires the `remotes` package): `remotes::install_github("gisler/DTSg")` -[![R build status](https://github.com/gisler/DTSg/workflows/R-CMD-check/badge.svg)](https://github.com/gisler/DTSg/actions?query=workflow%3AR-CMD-check) [![codecov](https://codecov.io/gh/gisler/DTSg/branch/main/graph/badge.svg?token=RgpKmhb899)](https://codecov.io/gh/gisler/DTSg) [![GitHub Super-Linter](https://github.com/gisler/DTSg/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/gisler/DTSg/actions?query=workflow%3A%22Lint+Code+Base%22) +[![R build status](https://github.com/gisler/DTSg/workflows/R-CMD-check/badge.svg)](https://github.com/gisler/DTSg/actions?query=workflow%3AR-CMD-check) [![codecov](https://codecov.io/gh/gisler/DTSg/branch/main/graph/badge.svg?token=AYXU0fdU9T)](https://app.codecov.io/gh/gisler/DTSg) [![GitHub Super-Linter](https://github.com/gisler/DTSg/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/gisler/DTSg/actions?query=workflow%3A%22Lint+Code+Base%22) ## Semantic versioning