# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='R Integration for Goose AI' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/gooseR_0.1.2.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_clipr r_suggests_dplyr r_suggests_dt r_suggests_htmltools r_suggests_janitor r_suggests_markdown r_suggests_rmarkdown r_suggests_rsqlite r_suggests_stringr r_suggests_testthat" R_SUGGESTS=" r_suggests_clipr? ( sci-CRAN/clipr ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_janitor? ( sci-CRAN/janitor ) r_suggests_markdown? ( sci-CRAN/markdown ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rsqlite? ( sci-CRAN/RSQLite ) r_suggests_stringr? ( sci-CRAN/stringr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/fs sci-CRAN/glue sci-CRAN/here sci-CRAN/cli sci-CRAN/promises sci-CRAN/ggplot2 sci-CRAN/R6 sci-CRAN/later sci-CRAN/miniUI sci-CRAN/yaml sci-CRAN/future_apply sci-CRAN/jsonlite sci-CRAN/rappdirs sci-CRAN/shiny sci-CRAN/DBI sci-CRAN/digest sci-CRAN/future sci-CRAN/knitr sci-CRAN/rstudioapi sci-CRAN/processx sci-CRAN/magrittr sci-CRAN/systemfonts sci-CRAN/purrr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"