Skip to content

Commit

Permalink
fix: correct moved URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed Nov 21, 2021
1 parent ec32497 commit 6f9a7b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f9a7b7

Please sign in to comment.