# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Computer Vision with Large Language Models' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/kuzco_0.1.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_bslib r_suggests_httr r_suggests_knitr r_suggests_mirai r_suggests_purrr r_suggests_rmarkdown r_suggests_shiny r_suggests_tibble r_suggests_tictoc" R_SUGGESTS=" r_suggests_bslib? ( sci-CRAN/bslib ) r_suggests_httr? ( sci-CRAN/httr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mirai? ( sci-CRAN/mirai ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_tictoc? ( sci-CRAN/tictoc ) " DEPEND="sci-CRAN/ollamar sci-CRAN/rlang sci-CRAN/dplyr sci-CRAN/gt >=dev-lang/R-4.1.0 sci-CRAN/tidyr sci-CRAN/ellmer sci-CRAN/gtExtras sci-CRAN/imager sci-CRAN/jsonlite sci-CRAN/magick sci-CRAN/stringr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'quarto' )