# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Simulating Admixed Genotypes Without Replacement' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/gscramble_1.0.1.tar.gz" LICENSE='CC0-1.0' IUSE="${IUSE-} r_suggests_cowplot r_suggests_knitr r_suggests_rmarkdown r_suggests_tidyverse" R_SUGGESTS=" r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_tidyverse? ( sci-CRAN/tidyverse ) " DEPEND="sci-CRAN/stringr sci-CRAN/tibble sci-CRAN/magrittr >=dev-lang/R-3.5.0 sci-CRAN/glue sci-CRAN/dplyr sci-CRAN/ggplot2 sci-CRAN/purrr sci-CRAN/readr sci-CRAN/rlang sci-CRAN/tidyr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"