# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Bayesian Simultaneous Equation M... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/koma_0.3.1.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_future r_suggests_ggplot2 r_suggests_knitr r_suggests_parallelly r_suggests_pkgdown r_suggests_plotly r_suggests_rmarkdown r_suggests_testthat r_suggests_webshot2 r_suggests_withr" R_SUGGESTS=" r_suggests_future? ( >=sci-CRAN/future-1.33.0 ) r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-3.5.0 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.43 ) r_suggests_parallelly? ( >=sci-CRAN/parallelly-1.36.0 ) r_suggests_pkgdown? ( >=sci-CRAN/pkgdown-2.0.7 ) r_suggests_plotly? ( >=sci-CRAN/plotly-4.11.0 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.24 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.2.3 ) r_suggests_webshot2? ( >=sci-CRAN/webshot2-0.1.2 ) r_suggests_withr? ( >=sci-CRAN/withr-3.0.0 ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/cli-3.6.3 >=sci-CRAN/doFuture-1.0.0 >=sci-CRAN/glue-1.8.0 >=sci-CRAN/foreach-1.5.2 virtual/Matrix >=sci-CRAN/progressr-0.15.0 >=sci-CRAN/purrr-1.0.4 >=sci-CRAN/rlang-1.1.6 >=sci-CRAN/tempdisagg-1.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( '>=sci-CRAN/devtools-2.4.5' '>=sci-CRAN/texreg-1.39.4' '>=sci-CRAN/usethis-3.1.0' )