-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.51 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
39
40
41
42
43
44
45
46
47
48
Package: urbanplanr
Title: Access and Process Common Data Sources Used in Planning Practice
Version: 0.1.0
Authors@R:
person("Eric", "Robsky Huntley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8497-0589"))
Description: High-level wrappers for American Community Survey,
'TIGER/Line', Longitudial Employer-Household Dynamics ('LEHD')
Origin-Destination Employment Statistics ('LODES'), and jursidiction
boundary data. Also provides automation workflows for gathering and
collating these datasets for planning practice as well as writing to
common output formats ('Geopackage', 'PostgreSQL'/'PostGIS', 'Shapefile').
License: MIT + file LICENSE
URL: https://github.com/ographiesresearch/urbanplanr
BugReports: https://github.com/ographiesresearch/urbanplanr/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports:
config (>= 0.3.2),
dotenv (>= 1.0.3),
dplyr (>= 1.1.4),
elevatr (>= 0.99.0),
glue (>= 1.8.0),
httr (>= 1.4.7),
lehdr (>= 1.1.4),
lwgeom (>= 0.2-14),
osmdata (>= 0.2.5),
purrr (>= 1.0.2),
readr (>= 2.1.5),
rlang (>= 1.1.4),
RPostgres (>= 1.4.8),
rpostgis (>= 1.6.0),
sf (>= 1.0.20),
stringi (>= 1.8.4),
stringr (>= 1.5.1),
terra (>= 1.8-29),
tibble (>= 3.2.1),
tidycensus (>= 1.6.7),
tidytransit (>= 1.7.0),
tidyr (>= 1.3.1),
tigris (>= 2.1),
units (>= 0.8-5)
Depends:
R (>= 3.5)
LazyData: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3