DTSg

A Class for Working with Time Series Data Based on 'data.table' and 'R6' with Largely Optional Reference Semantics (Development Version)

https://github.com/gisler/dtsg

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary

Keywords

class cran r-package reference-semantics time-series-data
Last synced: 6 months ago · JSON representation

Repository

A Class for Working with Time Series Data Based on 'data.table' and 'R6' with Largely Optional Reference Semantics (Development Version)

Basic Info
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 16
Topics
class cran r-package reference-semantics time-series-data
Created over 6 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing License

README.md

DTSg offers basic time series data 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 based on data.table, it is fast and (in combination with the R6 package) offers reference semantics. In addition to its native R6 interface, it provides an S3 interface for those who prefer the latter. Finally yet importantly, its functional approach allows for incorporating functionalities from many other packages.

Installation

Install the latest release from CRAN:

install.packages("DTSg")

CRAN Version CRAN Checks

Install the development version from GitHub (requires the remotes package):

remotes::install_github("gisler/DTSg")

R build status codecov

Semantic versioning

Releases of this project are versioned following the rules of SemVer.

Owner

  • Name: Gerold Hepp
  • Login: gisler
  • Kind: user
  • Location: Vienna

GitHub Events

Total
  • Release event: 1
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 103
  • Pull request event: 4
  • Create event: 3
Last Year
  • Release event: 1
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 103
  • Pull request event: 4
  • Create event: 3

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 304
  • Total Committers: 1
  • Avg Commits per committer: 304.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 10
  • Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
gisler g****r 304

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 15 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.67
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • gisler (7)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 475 last-month
  • Total docker downloads: 41,971
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 16
  • Total maintainers: 1
cran.r-project.org: DTSg

A Class for Working with Time Series Data Based on 'data.table' and 'R6' with Largely Optional Reference Semantics

  • Versions: 16
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 475 Last month
  • Docker Downloads: 41,971
Rankings
Stargazers count: 22.5%
Downloads: 25.4%
Average: 28.4%
Forks count: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.2.0 depends
  • R6 * imports
  • checkmate * imports
  • data.table * imports
  • methods * imports
  • RColorBrewer * suggests
  • RcppCCTZ * suggests
  • dygraphs * suggests
  • fasttime * suggests
  • knitr * suggests
  • magrittr * suggests
  • rmarkdown * suggests
  • runner >= 0.3.5 suggests
  • tinytest * suggests
  • units * suggests
.github/workflows/GitHub Pages.yml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/Lint Code Base.yml actions
  • actions/checkout v3 composite
  • github/super-linter v4 composite
.github/workflows/R-CMD-check-backwards.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/R-CMD-check.yml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite