-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.32 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE, r6 = FALSE)
VignetteBuilder: knitr