Package: donut
Title: Nearest Neighbour Search with Variables on a Torus
Version: 1.0.3
Date: 2023-09-02
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.2.3
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
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-09-02 21:55:14 UTC; paul
Author: Paul J. Northrop [aut, cre, cph]
Maintainer: Paul J. Northrop <p.northrop@ucl.ac.uk>
Repository: CRAN
Date/Publication: 2023-09-02 22:20:08 UTC
Built: R 4.2.0; ; 2023-09-03 10:26:12 UTC; unix
