# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Computes Signaling and Populatio... (see metadata)'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/CytobankAPIstats_2.0.tar.gz"
LICENSE='Artistic-2'

IUSE="${IUSE-} r_suggests_curl r_suggests_httr r_suggests_jsonlite"
R_SUGGESTS="
	r_suggests_curl? ( sci-CRAN/curl )
	r_suggests_httr? ( sci-CRAN/httr )
	r_suggests_jsonlite? ( sci-CRAN/jsonlite )
"
DEPEND="sci-CRAN/CytobankAPI
	sci-CRAN/xlsx
	sci-CRAN/shinyFiles
	sci-CRAN/pheatmap
	sci-CRAN/shiny
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"