-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
38 lines (38 loc) · 1.18 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
Package: urbnthemes
Type: Package
Title: Additional theme and utilities for "ggplot2" in the Urban Institute style
Version: 0.0.2
Authors@R: c(
person(given = "Aaron", family = "Williams", middle = "R.", email = "[email protected]", role = c("aut", "cre")),
person(given = "Kyle", family = "Ueyama", email = "[email protected]", role = "aut"),
person(given = "Ajjit", family = "Narayanan", email = "[email protected]", role = "aut"),
person(given = "Ben", family = "Chartoff", email = "[email protected]", role = "aut")
)
Description: Align "ggplot2" output more closely with the Urban Institute
Data Visualization style guide <https://urbaninstitute.github.io/r-at-urban/graphics-guide.html>.
Depends: R (>= 3.1.0)
Imports:
ggplot2 (>= 3.3.0),
extrafont,
ggrepel,
grid,
gridExtra,
lifecycle,
scales,
conflicted,
tibble,
purrr,
stringr,
systemfonts
License: GPL-3
URL: https://github.com/UrbanInstitute/urbnthemes
BugReports: https://github.com/UrbanInstitute/urbnthemes/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)