# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Interactive, Complex Heatmaps' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/iheatmapr_0.7.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_htmltools r_suggests_reshape2 r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_shiny r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_htmltools? ( sci-CRAN/htmltools ) r_suggests_reshape2? ( sci-CRAN/reshape2 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxygen2? ( sci-CRAN/roxygen2 ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND="sci-CRAN/magrittr sci-CRAN/knitr virtual/cluster sci-CRAN/RColorBrewer >=dev-lang/R-3.5.0 sci-CRAN/ggdendro sci-CRAN/htmlwidgets sci-CRAN/jsonlite sci-CRAN/scales " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/webshot' )