# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Lightweight Vector Database with... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/VectrixDB_1.1.2.tar.gz" IUSE="${IUSE-} r_suggests_pkgdown r_suggests_rappdirs r_suggests_rcppannoy r_suggests_reticulate r_suggests_shiny r_suggests_testthat" R_SUGGESTS=" r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_rappdirs? ( sci-CRAN/rappdirs ) r_suggests_rcppannoy? ( sci-CRAN/RcppAnnoy ) r_suggests_reticulate? ( sci-CRAN/reticulate ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/R6 virtual/Matrix >=sci-CRAN/text2vec-0.6.0 sci-CRAN/digest sci-CRAN/jsonlite sci-CRAN/stopwords sci-CRAN/RSQLite sci-CRAN/DBI " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/plumber' )