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: 2.1.0.9000 Authors@R: person("Gerold", "Hepp", email = "gisler@hepp.cc", role = c("aut", "cre")) Description: 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. License: MIT + file LICENSE URL: https://gisler.github.io/DTSg/ BugReports: https://github.com/gisler/DTSg/issues Language: en-GB Encoding: UTF-8 LazyData: true ByteCompile: true Depends: R (>= 4.0.0) Imports: checkmate, data.table, methods, R6, timechange Suggests: dygraphs, fasttime, knitr, RColorBrewer, RcppCCTZ, rmarkdown, runner (>= 0.3.5), tinytest, units VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/roxygen2/markdown: TRUE Config/roxygen2/r6: FALSE Repository: https://gisler.r-universe.dev Date/Publication: 2026-05-31 20:56:44 UTC RemoteUrl: https://github.com/gisler/dtsg RemoteRef: HEAD RemoteSha: d66fd0545cea412548682f69d3994d32e0a7a250 NeedsCompilation: no Packaged: 2026-07-04 07:50:33 UTC; root Author: Gerold Hepp [aut, cre] Maintainer: Gerold Hepp