-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 870 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 870 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
Package: usmapdata
Title: Mapping Data for 'usmap' Package
Version: 1.0.0.9000
Description: Provides a container for data used by the 'usmap' package.
The data used by 'usmap' has been extracted into this package so that the
file size of the 'usmap' package can be reduced greatly. The data in this
package will be updated roughly once per year as new map data files are
provided by the US Census Bureau.
Authors@R: person("Paolo", "Di Lorenzo", email = "paolo@dilorenzo.org", role = c("aut", "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/usmapdata/issues
Imports:
rlang,
sf
Suggests:
covr,
dplyr,
spelling,
testthat (>= 3.0.0),
withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3