@@ -2,14 +2,23 @@ Package: sugrrants
2
2
Title: Supporting Graphs for Analysing Time Series
3
3
Version: 0.1.6
4
4
Date: 2018-10-19
5
- Authors@R: c(
6
- person("Earo", "Wang", email = "earo.wang@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6448-5260")),
7
- person("Di", "Cook", role = c("aut", "ths"), comment = c(ORCID = "0000-0002-3813-7155")),
8
- person("Rob", "Hyndman", role = c("aut", "ths"), comment = c(ORCID = "0000-0002-2140-5352"))
9
- )
10
- Description: Provides 'ggplot2' graphics for analysing time series data. It aims
11
- to fit into the 'tidyverse' and grammar of graphics framework for handling
12
- temporal data.
5
+ Authors@R:
6
+ c(person(given = "Earo",
7
+ family = "Wang",
8
+ role = c("aut", "cre"),
9
+ email = "earo.wang@gmail.com",
10
+ comment = c(ORCID = "0000-0001-6448-5260")),
11
+ person(given = "Di",
12
+ family = "Cook",
13
+ role = c("aut", "ths"),
14
+ comment = c(ORCID = "0000-0002-3813-7155")),
15
+ person(given = "Rob",
16
+ family = "Hyndman",
17
+ role = c("aut", "ths"),
18
+ comment = c(ORCID = "0000-0002-2140-5352")))
19
+ Description: Provides 'ggplot2' graphics for analysing time
20
+ series data. It aims to fit into the 'tidyverse' and grammar of
21
+ graphics framework for handling temporal data.
13
22
License: GPL (>= 3)
14
23
URL: https://pkg.earo.me/sugrrants
15
24
BugReports: https://github.com/earowang/sugrrants/issues
@@ -28,9 +37,11 @@ Suggests:
28
37
readr,
29
38
rmarkdown,
30
39
testthat,
40
+ tidyr,
31
41
tsibble (>= 0.5.0),
32
42
viridis
33
- VignetteBuilder: knitr
43
+ VignetteBuilder:
44
+ knitr
34
45
Encoding: UTF-8
35
46
LazyData: true
36
47
Roxygen: list(markdown = TRUE)
0 commit comments