# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='An Incomplete Wrapper of the nvd... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/Rnvd3_1.0.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_reshape2 r_suggests_shiny" R_SUGGESTS=" r_suggests_reshape2? ( sci-CRAN/reshape2 ) r_suggests_shiny? ( sci-CRAN/shiny ) " DEPEND="sci-CRAN/data_table sci-CRAN/jsonlite sci-CRAN/lubridate sci-CRAN/viridisLite sci-CRAN/lazyeval sci-CRAN/htmlwidgets sci-CRAN/htmltools " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"