# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Descriptive Statistics, Transition Plots, and More' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/Gmisc_3.4.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_bench r_suggests_dplyr r_suggests_jsonlite r_suggests_testthat r_suggests_tidyselect r_suggests_vdiffr r_suggests_webshot2" R_SUGGESTS=" r_suggests_bench? ( sci-CRAN/bench ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidyselect? ( sci-CRAN/tidyselect ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) r_suggests_webshot2? ( sci-CRAN/webshot2 ) " DEPEND="sci-CRAN/lubridate sci-CRAN/rlang sci-CRAN/checkmate sci-CRAN/yaml virtual/lattice >=sci-CRAN/Rcpp-0.11.4 >=dev-lang/R-4.1.0 sci-CRAN/rmarkdown sci-CRAN/abind sci-CRAN/forestplot sci-CRAN/Hmisc sci-CRAN/XML sci-CRAN/knitr >=sci-CRAN/htmlTable-2.0.0 sci-CRAN/glue sci-CRAN/magrittr sci-CRAN/stringr " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "