Package: donut
Title: Nearest Neighbour Search with Variables on a Torus
Version: 1.0.2
Date: 2021-10-10
Authors@R: person(c("Paul", "J."), "Northrop", email = "p.northrop@ucl.ac.uk",
  role = c("aut", "cre", "cph"))
Description: Finds the k nearest neighbours in a dataset of specified points, 
  adding the option to wrap certain variables on a torus.  The user chooses
  the algorithm to use to find the nearest neighbours. Two such algorithms,
  provided by the packages 'RANN' <https://cran.r-project.org/package=RANN>, 
  and 'nabor' <https://cran.r-project.org/package=nabor>, are suggested.
Imports: graphics
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.3.0)
RoxygenNote: 7.1.1
Suggests: knitr, nabor, RANN, rmarkdown, testthat (>= 2.1.0)
VignetteBuilder: knitr
URL: https://github.com/paulnorthrop/donut,
        https://paulnorthrop.github.io/donut/
BugReports: https://github.com/paulnorthrop/donut/issues
NeedsCompilation: no
Packaged: 2021-11-10 17:32:50 UTC; paul
Author: Paul J. Northrop [aut, cre, cph]
Maintainer: Paul J. Northrop <p.northrop@ucl.ac.uk>
Repository: CRAN
Date/Publication: 2021-11-10 17:50:02 UTC
Built: R 4.1.0; ; 2021-11-11 12:55:35 UTC; unix
