-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.53 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
Type: Package
Package: ipeaplot
Title: Add Ipea Editorial Standards to 'ggplot2' Graphics
Version: 0.4.1.9000
Authors@R: c(
person("Pedro", "Ferreira", role=c("aut","cre"), email="[email protected]"),
person("Pedro","Jorge", role=c("aut"), email="[email protected]"),
person("Daniel","Lima", role="aut", email="[email protected]"),
person("Gustavo","Coelho", role="aut", email="[email protected]"),
person("Rafael H. M.", "Pereira", role = "aut", email="[email protected]"),
person("Lucas","Mation", role="aut", email="[email protected]"),
person("Fabio","Vaz", role="ctb", email="[email protected]"),
person("Ipea - Institue for Applied Economic Research", role = c("cph", "fnd")))
Maintainer: Pedro Ferreira <[email protected]>
Description: Convenient functions to create 'ggplot2' graphics following the
editorial guidelines of the Institute for Applied Economic
Research (Ipea).
License: MIT + file LICENSE
URL: https://github.com/ipeadata-lab/ipeaplot
BugReports: https://github.com/ipeadata-lab/ipeaplot/issues
Depends:
R (>= 3.3.2)
Imports:
checkmate,
ggplot2,
grDevices,
paletteer,
scales,
rlang,
ggthemes
Suggests:
abjData,
data.table,
dplyr,
forcats,
geobr,
knitr,
patchwork,
purrr,
reshape,
rmarkdown,
sf,
sysfonts,
testthat,
tidyr
VignetteBuilder:
knitr
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2