Package: BiocNeighbors
Version: 2.5.3
Date: 2026-01-31
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: Matrix, DelayedArray, beachmat, 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, vantage point trees, or an exhaustive
        search. Approximate searches can be performed using the Annoy
        or HNSW libraries. Each search can be performed with a variety
        of different distance metrics, parallelization, and variable
        numbers of neighbors. Range-based searches (to find all
        neighbors within a certain distance) are also supported.
License: GPL-3
LinkingTo: Rcpp, assorthead, beachmat
VignetteBuilder: knitr
SystemRequirements: C++17
RoxygenNote: 7.3.3
Encoding: UTF-8
Config/pak/sysreqs: zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-01-31 02:17:47 UTC
RemoteUrl: https://github.com/bioc/BiocNeighbors
RemoteRef: HEAD
RemoteSha: 80f604dba0542827091b172eb3fcd24015be4e67
NeedsCompilation: yes
Packaged: 2026-02-01 04:15:34 UTC; root
Author: Aaron Lun [aut, cre, cph]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Built: R 4.6.0; x86_64-apple-darwin20; 2026-02-01 04:19:19 UTC; unix
