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.3.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: 2026-07-10 12:04:28 UTC RemoteUrl: https://github.com/paulnorthrop/donut RemoteRef: HEAD RemoteSha: 52e64bd7f03b646e1b433b602ea385c5258afacd NeedsCompilation: no Packaged: 2026-07-10 13:02:16 UTC; root Author: Paul J. Northrop [aut, cre, cph] Maintainer: Paul J. Northrop