# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Unified Interface for AI Model Providers' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/aisdk_1.4.12.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_cli r_suggests_dbi r_suggests_devtools r_suggests_dotenv r_suggests_dplyr r_suggests_dt r_suggests_evaluate r_suggests_fs r_suggests_ggplot2 r_suggests_httptest2 r_suggests_pkgload r_suggests_readr r_suggests_readxl r_suggests_rsqlite r_suggests_rstudioapi r_suggests_skimr r_suggests_testthat r_suggests_withr" R_SUGGESTS=" r_suggests_cli? ( sci-CRAN/cli ) r_suggests_dbi? ( sci-CRAN/DBI ) r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_dotenv? ( sci-CRAN/dotenv ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_evaluate? ( sci-CRAN/evaluate ) r_suggests_fs? ( sci-CRAN/fs ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_httptest2? ( sci-CRAN/httptest2 ) r_suggests_pkgload? ( sci-CRAN/pkgload ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_rsqlite? ( sci-CRAN/RSQLite ) r_suggests_rstudioapi? ( sci-CRAN/rstudioapi ) r_suggests_skimr? ( sci-CRAN/skimr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/base64enc >=dev-lang/R-4.1.0 sci-CRAN/rlang sci-CRAN/R6 sci-CRAN/jsonlite sci-CRAN/httr2 sci-CRAN/yaml sci-CRAN/callr sci-CRAN/processx sci-CRAN/memoise sci-CRAN/digest sci-CRAN/curl " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"