Source: r-bioc-biocneighbors
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Steffen Moeller <moeller@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 14),
 dh-r,
 r-base-dev,
 r-cran-rcpp,
 r-bioc-assorthead,
 r-bioc-beachmat,
 r-pkg-team-core-architecture,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-biocneighbors
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-biocneighbors.git
Homepage: https://bioconductor.org/packages/BiocNeighbors/

Package: r-bioc-biocneighbors
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
 r-pkg-team-core-architecture,
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Nearest Neighbor Detection for Bioconductor Packages
 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.
