forked from tidyverts/feasts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.02 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
Package: tsibblestats
Version: 0.0.0.9000
Title: Analysis of tidy time series
Description: A collection of tsibble analysis tools.
Authors@R: c(
person("Rob", "Hyndman", email="[email protected]", role = c("aut", "cre", "cph")),
person("Mitchell", "O'Hara-Wild", role = "aut"),
person("Earo", "Wang", role = "aut")
)
Depends:
R (>= 3.1.3)
Imports:
rlang (>= 0.2.0),
purrr (>= 0.2.3),
tibble (>= 1.4.1),
tsibble (>= 0.1.5.9000),
pillar (>= 1.0.1),
dplyr (>= 0.7.3),
ggplot2 (>= 3.0.0),
tidyselect,
magrittr,
digest,
scales
Suggests:
tsibbledata,
knitr,
rmarkdown,
testthat,
covr
Remotes:
tidyverse/ggplot2,
tidyverts/tsibble,
tidyverts/tsibbledata
ByteCompile: true
VignetteBuilder: knitr
License: GPL-3
URL: https://github.com/tidyverts/tsibblestats
BugReports: https://github.com/tidyverts/tsibblestats/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))