# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Agentic Item Generation, Review, and Analysis' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/AIGRA_0.1.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_base64enc r_suggests_png r_suggests_readxl r_suggests_rmarkdown r_suggests_writexl" R_SUGGESTS=" r_suggests_base64enc? ( sci-CRAN/base64enc ) r_suggests_png? ( sci-CRAN/png ) r_suggests_readxl? ( sci-CRAN/readxl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_writexl? ( sci-CRAN/writexl ) " DEPEND="sci-CRAN/reticulate" RDEPEND="${DEPEND-} ${R_SUGGESTS-}"