Package: kknn Title: Weighted k-Nearest Neighbors Version: 1.4.1 Authors@R: c( person("Klaus", "Schliep", , "klaus.schliep@gmail.com", role = c("aut", "cre")), person("Klaus", "Hechenbichler", role = "aut"), person("Antoine", "Lizee", , "antoine.lizee@gmail.com", role = "ctb") ) Description: Weighted k-Nearest Neighbors for Classification, Regression and Clustering. License: GPL (>= 2) URL: https://github.com/KlausVigo/kknn BugReports: https://github.com/KlausVigo/kknn/issues Depends: R (>= 3.5) Imports: graphics, igraph (>= 1.0), Matrix, stats Suggests: tinytest ByteCompile: TRUE Encoding: UTF-8 NeedsCompilation: yes RoxygenNote: 7.3.2 Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://klausvigo.r-universe.dev Date/Publication: 2025-05-19 09:01:57 UTC RemoteUrl: https://github.com/klausvigo/kknn RemoteRef: HEAD RemoteSha: 61ebf7c521bc4787091ab0d028877a09ff91afe4 Packaged: 2026-06-13 06:40:37 UTC; root Author: Klaus Schliep [aut, cre], Klaus Hechenbichler [aut], Antoine Lizee [ctb] Maintainer: Klaus Schliep