# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Provides Batch Functions and Vis... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/rfriend_3.1.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_mass r_suggests_nnet r_suggests_pbkrtest r_suggests_testthat r_suggests_tibble" R_SUGGESTS=" r_suggests_mass? ( virtual/MASS ) r_suggests_nnet? ( virtual/nnet ) r_suggests_pbkrtest? ( sci-CRAN/pbkrtest ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) " DEPEND="sci-CRAN/rmarkdown sci-CRAN/rstatix sci-CRAN/tidyr sci-CRAN/multcomp sci-CRAN/multcompView sci-CRAN/MuMIn sci-CRAN/png >=dev-lang/R-4.4.0 sci-CRAN/DHARMa sci-CRAN/crayon sci-CRAN/writexl sci-CRAN/rlang sci-CRAN/emmeans sci-CRAN/ggplot2 sci-CRAN/dplyr sci-CRAN/lme4 sci-CRAN/magick sci-CRAN/pander sci-CRAN/bestNormalize sci-CRAN/knitr sci-CRAN/lmerTest sci-CRAN/nortest sci-CRAN/this_path sci-CRAN/rstudioapi sci-CRAN/xfun " RDEPEND="${DEPEND-} app-text/pandoc ${R_SUGGESTS-} "