Package: BiocNeighbors
Version: 2.5.0
Date: 2025-05-22
Title: Nearest Neighbor Detection for Bioconductor Packages
Authors@R: c(person("Aaron", "Lun", role=c("aut", "cre", "cph"),
    email="infinite.monkeys.with.keyboards@gmail.com"))
Imports: Rcpp, methods
Suggests: BiocParallel, testthat, BiocStyle, knitr, rmarkdown
biocViews: Clustering, Classification
Description: Implements exact and approximate methods for nearest
        neighbor detection, in a framework that allows them to be
        easily switched within Bioconductor packages or workflows.
        Exact searches can be performed using the k-means for k-nearest
        neighbors algorithm or with vantage point trees. Approximate
        searches can be performed using the Annoy or HNSW libraries.
        Searching on either Euclidean or Manhattan distances is
        supported. Parallelization is achieved for all methods by using
        BiocParallel. Functions are also provided to search for all
        neighbors within a given distance.
License: GPL-3
LinkingTo: Rcpp, assorthead
VignetteBuilder: knitr
SystemRequirements: C++17
RoxygenNote: 7.3.2
Encoding: UTF-8
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 14:46:10 UTC
RemoteUrl: https://github.com/bioc/BiocNeighbors
RemoteRef: HEAD
RemoteSha: e315db8c3a47abe3904e7d215d46d26719357520
NeedsCompilation: yes
Packaged: 2025-11-02 03:33:51 UTC; root
Author: Aaron Lun [aut, cre, cph]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 03:36:05 UTC; windows
Archs: x64
