Package: DTSg
Type: Package
Title: A Class for Working with Time Series Based on 'data.table' and
        'R6' with Largely Optional Reference Semantics
Version: 0.2.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 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.
License: MIT + file LICENSE
URL: https://github.com/gisler/DTSg
BugReports: https://github.com/gisler/DTSg/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 3.2.0)
Imports: assertive.base, assertive.numbers, assertive.sets,
        assertive.types, data.table, methods, R6
Suggests: covr, dygraphs, fasttime, knitr, magrittr, RColorBrewer,
        rmarkdown, testthat
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-10-19 14:20:00 UTC; ghepp
Author: Gerold Hepp [aut, cre]
Maintainer: Gerold Hepp <ghepp@iwag.tuwien.ac.at>
Repository: CRAN
Date/Publication: 2019-10-20 07:10:09 UTC
