-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1020 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1020 Bytes
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
Package: usmap
Version: 1.0.0.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 = "paolo@dilorenzo.org", 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 (>= 1.0.0)
Suggests:
covr,
ggplot2 (>= 3.5.0),
ggrepel,
knitr,
proto,
rmarkdown,
scales,
sf,
spelling,
testthat (>= 3.0.0),
vdiffr,
withr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3