-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.55 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.55 KB
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
52
53
Type: Package
Package: ipeaplot
Title: Add Ipea Editorial Standards to 'ggplot2' Graphics
Version: 0.5.1.9000
Authors@R: c(
person("Pedro", "Ferreira", role=c("aut","cre"), email="pedro.ferreira2@ipea.gov.br"),
person("Pedro","Jorge", role=c("aut"), email="pedro.alves@ipea.gov.br"),
person("Daniel","Lima", role="aut", email="daniel.viegas@ipea.gov.br"),
person("Gustavo","Coelho", role="aut", email="gustavo.coelho@ipea.gov.br"),
person("Rafael H. M.", "Pereira", role = "aut", email="rafa.pereira.br@gmail.com"),
person("Lucas","Mation", role="aut", email="lucas.mation@ipea.gov.br"),
person("Fabio","Vaz", role="ctb", email="fabio.vaz@ipea.gov.br"),
person("Ipea - Institue for Applied Economic Research", role = c("cph", "fnd")))
Maintainer: Pedro Ferreira <pedro.ferreira2@ipea.gov.br>
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,
svglite,
ragg
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.3