Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DTSg offers 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 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 inclusive an S3 wrapper method generator for those who prefer the latter. Finally yet importantly, its functional approach allows 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")

Build Status Coverage Status

Getting Started

A. Basic Usage

B. Advanced Usage

About

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

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.