-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
49 lines (49 loc) · 1.27 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
Package: sugrrants
Title: Supporting Graphs for Analysing Time Series
Version: 0.2.9
Authors@R:
c(person(given = "Earo",
family = "Wang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6448-5260")),
person(given = "Di",
family = "Cook",
role = c("aut", "ths"),
comment = c(ORCID = "0000-0002-3813-7155")),
person(given = "Rob",
family = "Hyndman",
role = c("aut", "ths"),
comment = c(ORCID = "0000-0002-2140-5352")))
Description: Provides 'ggplot2' graphics for analysing time
series data. It aims to fit into the 'tidyverse' and grammar of
graphics framework for handling temporal data.
License: GPL (>= 3)
URL: https://pkg.earo.me/sugrrants/
BugReports: https://github.com/earowang/sugrrants/issues
Depends:
ggplot2 (>= 2.2.0),
R (>= 3.1.3)
Imports:
dplyr (>= 0.8.0),
grid,
gtable,
lubridate (>= 1.7.1),
rlang (>= 0.2.0)
Suggests:
covr,
knitr,
plotly,
readr,
rmarkdown,
testthat,
tidyr,
tsibble (>= 0.8.0),
viridis
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3