# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Predict and Visualize Population... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/AlleleShift_1.1.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_dplyr r_suggests_ggally r_suggests_gganimate r_suggests_ggforce r_suggests_gggibbous r_suggests_ggplot2 r_suggests_ggrepel r_suggests_ggsci r_suggests_mgcv r_suggests_patchwork r_suggests_poppr" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ggally? ( sci-CRAN/GGally ) r_suggests_gganimate? ( sci-CRAN/gganimate ) r_suggests_ggforce? ( sci-CRAN/ggforce ) r_suggests_gggibbous? ( sci-CRAN/gggibbous ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggrepel? ( sci-CRAN/ggrepel ) r_suggests_ggsci? ( sci-CRAN/ggsci ) r_suggests_mgcv? ( virtual/mgcv ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_poppr? ( sci-CRAN/poppr ) " DEPEND=">=dev-lang/R-3.5.0 sci-CRAN/adegenet >=sci-CRAN/BiodiversityR-2.12.3 >=sci-CRAN/vegan-2.5.6 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"