Package: BiocNeighbors
Version: 2.4.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-release.r-universe.dev
Date/Publication: 2025-10-29 14:46:10 UTC
RemoteUrl: https://github.com/bioc/BiocNeighbors
RemoteRef: RELEASE_3_22
RemoteSha: c2ff286c1663d89bdba7faf8f7e8e31a5c99ef2c
NeedsCompilation: yes
Packaged: 2026-01-25 07:57:10 UTC; root
Author: Aaron Lun [aut, cre, cph]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
Built: R 4.5.2; x86_64-w64-mingw32; 2026-01-25 07:58:50 UTC; windows
Archs: x64
