# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Create multiverse analysis in R' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/multiverse_0.6.2.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_boot r_suggests_broom r_suggests_covr r_suggests_cowplot r_suggests_forcats r_suggests_future r_suggests_gganimate r_suggests_ggplot2 r_suggests_highr r_suggests_modelr r_suggests_png r_suggests_rmarkdown r_suggests_stringi r_suggests_stringr r_suggests_testthat r_suggests_tidybayes" R_SUGGESTS=" r_suggests_boot? ( virtual/boot ) r_suggests_broom? ( sci-CRAN/broom ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_forcats? ( sci-CRAN/forcats ) r_suggests_future? ( sci-CRAN/future ) r_suggests_gganimate? ( sci-CRAN/gganimate ) r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-3.0.0 ) r_suggests_highr? ( sci-CRAN/highr ) r_suggests_modelr? ( sci-CRAN/modelr ) r_suggests_png? ( sci-CRAN/png ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_stringi? ( sci-CRAN/stringi ) r_suggests_stringr? ( sci-CRAN/stringr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidybayes? ( sci-CRAN/tidybayes ) " DEPEND="sci-CRAN/readr >=dev-lang/R-3.5.0 sci-CRAN/distributional sci-CRAN/collections >=sci-CRAN/knitr-1.3.2 >=sci-CRAN/dplyr-0.8.1 sci-CRAN/R6 >=sci-CRAN/tidyr-1.0.0 sci-CRAN/magrittr sci-CRAN/tidyselect sci-CRAN/formatR sci-CRAN/berryFunctions sci-CRAN/evaluate >=sci-CRAN/purrr-0.3.4 sci-CRAN/tibble >=sci-CRAN/rlang-0.4.0 sci-CRAN/furrr sci-CRAN/styler sci-CRAN/rstudioapi sci-CRAN/jsonlite " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/gifski' )