# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Framework for Easy Statistical M... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/easystats_0.6.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_dt r_suggests_flexdashboard r_suggests_jsonlite r_suggests_knitr r_suggests_rmarkdown r_suggests_rvest r_suggests_testthat r_suggests_withr r_suggests_xml2" R_SUGGESTS=" r_suggests_dt? ( sci-CRAN/DT ) r_suggests_flexdashboard? ( >=sci-CRAN/flexdashboard-0.6.0 ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rvest? ( sci-CRAN/rvest ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.0 ) r_suggests_withr? ( sci-CRAN/withr ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND=">=dev-lang/R-3.6 >=sci-CRAN/insight-0.18.8 >=sci-CRAN/modelbased-0.8.5 >=sci-CRAN/bayestestR-0.13.0 >=sci-CRAN/effectsize-0.8.2 >=sci-CRAN/parameters-0.20.0 >=sci-CRAN/report-0.5.1 >=sci-CRAN/see-0.7.4 >=sci-CRAN/correlation-0.8.3 >=sci-CRAN/datawizard-0.6.4 >=sci-CRAN/performance-0.10.1 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"