# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Miscellaneous Statistical Functi... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/guideR_0.1.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_broom_helpers r_suggests_factominer r_suggests_nnet r_suggests_spelling r_suggests_survey r_suggests_testthat" R_SUGGESTS=" r_suggests_broom_helpers? ( sci-CRAN/broom_helpers ) r_suggests_factominer? ( sci-CRAN/FactoMineR ) r_suggests_nnet? ( virtual/nnet ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_survey? ( sci-CRAN/survey ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/scales sci-CRAN/rlang sci-CRAN/labelled sci-CRAN/dplyr sci-CRAN/ggplot2 >=dev-lang/R-4.2 sci-CRAN/cli sci-CRAN/lifecycle sci-CRAN/pak sci-CRAN/patchwork sci-CRAN/purrr sci-CRAN/renv sci-CRAN/tidyselect sci-CRAN/tidyr sci-CRAN/srvyr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"