# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Plots Coefficients from Fitted Models' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/coefplot_1.2.9.tar.gz" LICENSE='BSD' IUSE="${IUSE-} r_suggests_covr r_suggests_glmnet r_suggests_knitr r_suggests_maxlik r_suggests_parsnip r_suggests_rmarkdown r_suggests_testthat r_suggests_workflows r_suggests_xgboost" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_glmnet? ( sci-CRAN/glmnet ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_maxlik? ( sci-CRAN/maxLik ) r_suggests_parsnip? ( sci-CRAN/parsnip ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.0.0 ) r_suggests_workflows? ( sci-CRAN/workflows ) r_suggests_xgboost? ( sci-CRAN/xgboost ) " DEPEND=">=sci-CRAN/ggplot2-2.0.0 >=sci-CRAN/dplyr-0.6.0 sci-CRAN/plyr sci-CRAN/reshape2 sci-CRAN/useful sci-CRAN/dygraphs sci-CRAN/tibble sci-CRAN/magrittr sci-CRAN/purrr sci-CRAN/plotly " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"