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' , and '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 Repository: https://paulnorthrop.r-universe.dev Date/Publication: 2023-09-02 21:57:23 UTC RemoteUrl: https://github.com/paulnorthrop/donut RemoteRef: HEAD RemoteSha: 068e72d6917b8d40459f70fc96c85511cc6366c3 NeedsCompilation: no Packaged: 2026-06-21 08:14:12 UTC; root Author: Paul J. Northrop [aut, cre, cph] Maintainer: Paul J. Northrop