# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Enhanced Teaching Assistant (AI)... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/EnTraineR_1.0.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_commonmark r_suggests_factominer r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_commonmark? ( sci-CRAN/commonmark ) r_suggests_factominer? ( sci-CRAN/FactoMineR ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/ollamar >=sci-CRAN/httr2-1.0.0 " RDEPEND="${DEPEND-} app-text/pandoc ${R_SUGGESTS-} "