# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='R Implementation of Congruent Ma... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/cmpsR_0.1.2.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_ggpubr r_suggests_knitr r_suggests_purrr r_suggests_rmarkdown r_suggests_tidyverse" R_SUGGESTS=" r_suggests_ggpubr? ( sci-CRAN/ggpubr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_tidyverse? ( sci-CRAN/tidyverse ) " DEPEND=">=dev-lang/R-3.5.0 >=sci-CRAN/assertthat-0.2.0 >=sci-CRAN/rlang-0.4.5 >=sci-CRAN/dplyr-1.0.5 >=sci-CRAN/ggplot2-3.3.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"