# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Descriptive Statistics, Summary ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/spicy_0.12.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_broom r_suggests_clipr r_suggests_clubsandwich r_suggests_dt r_suggests_effectsize r_suggests_emmeans r_suggests_flextable r_suggests_gt r_suggests_haven r_suggests_htmltools r_suggests_knitr r_suggests_marginaleffects r_suggests_officer r_suggests_openxlsx2 r_suggests_parameters r_suggests_performance r_suggests_rmarkdown r_suggests_spelling r_suggests_testthat r_suggests_tinytable r_suggests_withr" R_SUGGESTS=" r_suggests_broom? ( sci-CRAN/broom ) r_suggests_clipr? ( sci-CRAN/clipr ) r_suggests_clubsandwich? ( sci-CRAN/clubSandwich ) r_suggests_dt? ( sci-CRAN/DT ) r_suggests_effectsize? ( sci-CRAN/effectsize ) r_suggests_emmeans? ( sci-CRAN/emmeans ) r_suggests_flextable? ( sci-CRAN/flextable ) r_suggests_gt? ( sci-CRAN/gt ) r_suggests_haven? ( sci-CRAN/haven ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_marginaleffects? ( sci-CRAN/marginaleffects ) r_suggests_officer? ( sci-CRAN/officer ) r_suggests_openxlsx2? ( sci-CRAN/openxlsx2 ) r_suggests_parameters? ( sci-CRAN/parameters ) r_suggests_performance? ( sci-CRAN/performance ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tinytable? ( sci-CRAN/tinytable ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=dev-lang/R-4.1.0 >=sci-CRAN/rlang-1.1.0 sci-CRAN/dplyr sci-CRAN/labelled sci-CRAN/crayon sci-CRAN/sandwich sci-CRAN/stringr sci-CRAN/tibble sci-CRAN/tidyselect " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"