# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Multi-Criteria Design of Experim... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/multiDoE_0.9.2.tar.gz" IUSE="${IUSE-} r_suggests_devtools r_suggests_here r_suggests_knitr r_suggests_logr r_suggests_markdown r_suggests_rgl r_suggests_rmarkdown r_suggests_testthat r_suggests_usethis" R_SUGGESTS=" r_suggests_devtools? ( sci-CRAN/devtools ) r_suggests_here? ( sci-CRAN/here ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_logr? ( sci-CRAN/logr ) r_suggests_markdown? ( sci-CRAN/markdown ) r_suggests_rgl? ( sci-CRAN/rgl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_usethis? ( sci-CRAN/usethis ) " DEPEND=">=dev-lang/R-3.5.0 sci-CRAN/ggplot2 sci-CRAN/magrittr sci-CRAN/pracma sci-CRAN/plotly " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"