# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Easily Install and Load the Tidymodels Packages' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/tidymodels_0.2.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_glue r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat r_suggests_xml2" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_glue? ( sci-CRAN/glue ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND=">=sci-CRAN/cli-3.2.0 >=sci-CRAN/dplyr-1.0.8 >=sci-CRAN/tidyr-1.2.0 >=sci-CRAN/broom-0.7.12 >=sci-CRAN/conflicted-1.1.0 >=sci-CRAN/workflows-0.2.5 >=sci-CRAN/tibble-3.1.6 >=sci-CRAN/recipes-0.2.0 >=sci-CRAN/rsample-0.1.1 >=sci-CRAN/dials-0.1.0 >=sci-CRAN/infer-1.0.0 >=sci-CRAN/parsnip-0.2.1 >=sci-CRAN/tune-0.2.0 >=sci-CRAN/workflowsets-0.2.1 >=dev-lang/R-3.4 >=sci-CRAN/ggplot2-3.3.5 >=sci-CRAN/modeldata-0.1.1 >=sci-CRAN/purrr-0.3.4 >=sci-CRAN/rstudioapi-0.13 >=sci-CRAN/hardhat-0.2.0 >=sci-CRAN/rlang-1.0.2 >=sci-CRAN/yardstick-0.0.9 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"