-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.06 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
Package: AOI
Type: Package
Title: Areas of Interest
Version: 0.3.0
Authors@R: c(person(given = "Mike", family = "Johnson", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5288-8350")),
person(given = "Justin", family = "Singh-Mohudpur", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-5233-5799")))
BugReports: https://github.com/mikejohnson51/AOI/issues
Description: A consistent tool kit for forward and reverse geocoding and defining boundaries for spatial analysis.
Depends:
R(>= 3.5.0)
Imports:
datasets,
dplyr,
fipio,
htmlwidgets,
jsonlite,
leaflet,
leaflet.extras,
rnaturalearth,
rvest,
sf,
shiny,
terra,
tidygeocoder,
units
Suggests:
climateR,
distill,
FedData,
gdalio,
knitr,
mapview,
nhdplusTools,
osmdata,
raster,
rmarkdown,
testthat,
zonal
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://github.com/mikejohnson51/AOI/
VignetteBuilder: knitr