-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.31 KB
/
DESCRIPTION
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
43
44
45
46
47
48
49
50
51
52
Package: tsbox
Type: Package
Title: Class-Agnostic Time Series
Version: 0.4.1.9002
Authors@R: c(
person("Christoph", "Sax", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7192-7044")),
person("Cathy", "Chamberlin", role = c("rev")),
person("Nunes", "Matt", role = c("rev"))
)
Description: Time series toolkit with identical behavior for all
time series classes: 'ts','xts', 'data.frame', 'data.table', 'tibble', 'zoo',
'timeSeries', 'tsibble', 'tis' or 'irts'. Also converts reliably between these classes.
Imports:
data.table (>= 1.10.0),
anytime
Suggests:
testthat,
dplyr,
tibble,
tidyr,
forecast,
seasonal,
dygraphs,
xts,
ggplot2,
scales,
knitr,
rmarkdown,
tsibble (>= 0.8.2),
tsibbledata,
tibbletime,
tseries,
units,
zoo,
tis,
timeSeries,
nycflights13,
imputeTS,
spelling,
covr
License: GPL-3
Encoding: UTF-8
URL: https://docs.ropensci.org/tsbox/, https://github.com/ropensci/tsbox
BugReports: https://github.com/ropensci/tsbox/issues
Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet"))
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Config/testthat/parallel: true
Config/testthat/edition: 3
Language: en-US