# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='PHATE - Potential of Heat-Diffus... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/phateR_1.0.7.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_cowplot r_suggests_gridgraphics" R_SUGGESTS=" r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_gridgraphics? ( sci-CRAN/gridGraphics ) " DEPEND=">=dev-lang/R-3.3 sci-CRAN/memoise sci-CRAN/ggplot2 virtual/Matrix >=sci-CRAN/reticulate-1.8 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"