-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 905 Bytes
/
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
Package: ggtime
Title: Grammar of time series graphics
Version: 0.0.0.9000
Authors@R:
c(
person(given = "Mitchell",
family = "O'Hara-Wild",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6729-7695")),
person(given = "Rob",
family = "Hyndman",
role = c("aut"),
comment = c(ORCID = "0000-0002-2140-5352"))
)
Description: Visualisation of time series using ggplot2. Provides tools for
graphically analysing time series, with exploration of trend and
seasonality.
License: GPL (>= 3)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tsibbledata
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
lifecycle,
rlang,
timechange,
tsibble
VignetteBuilder: knitr