Package: usearchlite
Title: Local Vector Search with 'USearch'
Version: 0.1.0
Authors@R: 
    person("Alejandro", "Jiménez Rico", email = "aljrico@gmail.com", role = c("aut", "cre"))
Description: A lightweight local vector index for approximate nearest neighbor
    (ANN) search using the vendored 'USearch' library
    Vardanian (2023) <doi:10.5281/zenodo.7949416>. Provides a simple interface
    for adding vectors, searching for nearest neighbors, and persisting indexes
    to disk. Metadata filtering is performed in 'R' on the candidate set
    returned by the 'C++' layer.
License: MIT + file LICENSE
URL: https://github.com/aljrico/usearchlite
BugReports: https://github.com/aljrico/usearchlite/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
SystemRequirements: C++17
NeedsCompilation: yes
LinkingTo: cpp11
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Packaged: 2026-02-10 10:15:58 UTC; alejandrojimenezrico
Author: Alejandro Jiménez Rico [aut, cre]
Maintainer: Alejandro Jiménez Rico <aljrico@gmail.com>
Repository: CRAN
Date/Publication: 2026-02-12 20:30:02 UTC
Built: R 4.5.2; aarch64-apple-darwin20; 2026-02-12 22:45:22 UTC; unix
Archs: usearchlite.so.dSYM
