-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.08 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
Type: Package
Package: gbatr
Title: An R interface to the NYCgbat batch geocoder
Version: 0.1
Description: gbatr is an interface to Geosupport Dektop Edition, a batch
geocoder for New York City created by the NYC Department of City Planning.
It enables very fast local geocoding of NYC addresses. To build and use this
package, you must first install Geosupport Desktop Edition. This is a fork
of the rGBAT16AB pacakge developed by GM Culp.
Authors@R: c(
person(given = "GM",
family = "Culp",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Matt",
family = "Herman",
role = "aut",
email = "[email protected]"))
Maintainer: Matt Herman <[email protected]>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
LinkingTo:
Rcpp
Imports:
Rcpp
Suggests:
tibble,
testthat
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
URL: https://github.com/mfherman/gbatr
BugReports: https://github.com/mfherman/gbatr/issues