Package: nngeo
Type: Package
Title: k-Nearest Neighbor Join for Spatial Data
Version: 0.1.0
Authors@R: person("Michael", "Dorman", email = "dorman@post.bgu.ac.il", role = c("aut", "cre"))
Description: K-nearest neighbor search for projected and non-projected 'sf' spatial layers. Nearest neighbor search uses (1) function nn2() from package 'RANN' for projected point data, or (2) function st_distance() from package 'sf' for other types of spatial data.
Imports: geosphere, RANN, units, lwgeom
Depends: R (>= 3.2.3), sf (>= 0.6-0)
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
BugReports: https://github.com/michaeldorman/nngeo/issues
NeedsCompilation: no
Packaged: 2018-01-16 09:15:39 UTC; michael
Author: Michael Dorman [aut, cre]
Maintainer: Michael Dorman <dorman@post.bgu.ac.il>
Repository: CRAN
Date/Publication: 2018-01-16 14:43:24 UTC
