Package: nngeo
Type: Package
Title: k-Nearest Neighbor Join for Spatial Data
Version: 0.2.7
Authors@R: c(
    person("Michael", "Dorman", email = "dorman@post.bgu.ac.il", role = c("aut", "cre")),
    person("Johnathan", "Rush", email = "johnathan.rush@mssm.edu", role = c("ctb")),
    person("Ian", "Hough", email = "hough@post.bgu.ac.il", role = c("ctb")),
    person("Jan", "Antala", email = "hello@janantala.com", role = c("ctb", "cph"), 
        comment="Author of C code for Vincenty distance"))
Description: K-nearest neighbor search for projected and non-projected 'sf' spatial layers. Nearest neighbor search uses (1) C implementation of the Vincenty Formula for lon-lat point layers, (2) function nn2() from package 'RANN' for projected point layers, or (3) function st_distance() from package 'sf' for line or polygon layers.
Imports: RANN, units, Rcpp, sp, methods, lwgeom, DBI, RPostgreSQL
Depends: R (>= 3.2.3), sf (>= 0.6-0)
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.1.0
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
URL: BugReports: https://github.com/michaeldorman/nngeo/
BugReports: https://github.com/michaeldorman/nngeo/issues/
LinkingTo: Rcpp
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2019-03-12 08:58:50 UTC; michael
Author: Michael Dorman [aut, cre],
  Johnathan Rush [ctb],
  Ian Hough [ctb],
  Jan Antala [ctb, cph] (Author of C code for Vincenty distance)
Maintainer: Michael Dorman <dorman@post.bgu.ac.il>
Repository: CRAN
Date/Publication: 2019-03-12 09:20:03 UTC
