# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Additional Functions for Model Tuning' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/finetune_0.1.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_bradleyterry2 r_suggests_covr r_suggests_discrim r_suggests_klar r_suggests_lme4 r_suggests_modeldata r_suggests_parsnip r_suggests_ranger r_suggests_recipes r_suggests_rpart r_suggests_rsample r_suggests_spelling r_suggests_testthat r_suggests_yardstick" R_SUGGESTS=" r_suggests_bradleyterry2? ( sci-CRAN/BradleyTerry2 ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_discrim? ( sci-CRAN/discrim ) r_suggests_klar? ( sci-CRAN/klaR ) r_suggests_lme4? ( sci-CRAN/lme4 ) r_suggests_modeldata? ( sci-CRAN/modeldata ) r_suggests_parsnip? ( sci-CRAN/parsnip ) r_suggests_ranger? ( sci-CRAN/ranger ) r_suggests_recipes? ( >=sci-CRAN/recipes-0.1.15 ) r_suggests_rpart? ( virtual/rpart ) r_suggests_rsample? ( sci-CRAN/rsample ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_yardstick? ( sci-CRAN/yardstick ) " DEPEND="sci-CRAN/ggplot2 >=sci-CRAN/workflows-0.2.3 sci-CRAN/rlang sci-CRAN/tidyr >=sci-CRAN/tune-0.1.6 sci-CRAN/cli sci-CRAN/dials sci-CRAN/dplyr sci-CRAN/purrr sci-CRAN/tibble sci-CRAN/tidyselect sci-CRAN/vctrs " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"