-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
35 lines (35 loc) · 1007 Bytes
/
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
Package: usmap
Version: 0.7.1.9000
Title: US Maps Including Alaska and Hawaii
Description: Obtain United States map data frames of varying region types (e.g. county,
state). The map data frames include Alaska and Hawaii conveniently placed to the
bottom left, as they appear in most maps of the US. Convenience functions for plotting
choropleths, visualizing spatial data, and working with FIPS codes are also provided.
Authors@R: person("Paolo", "Di Lorenzo", email = "[email protected]", role = c("aut", "cph", "cre"))
Depends:
R (>= 3.5.0)
License: GPL (>= 3)
Encoding: UTF-8
Language: en-US
LazyData: true
URL: https://usmap.dev
BugReports: https://github.com/pdil/usmap/issues
Imports:
rlang,
usmapdata (>= 0.2.2)
Suggests:
covr,
ggplot2 (>= 3.5.0),
ggrepel,
knitr,
proto,
rmarkdown,
scales,
sf,
spelling,
testthat (>= 3.0.0),
vdiffr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3