# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Automate Data Exploration and Treatment' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/DataExplorer_0.8.3.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_jsonlite r_suggests_knitr r_suggests_nycflights13 r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_nycflights13? ( sci-CRAN/nycflights13 ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=sci-CRAN/data_table-1.13.4 >=sci-CRAN/networkD3-0.4 >=sci-CRAN/reshape2-1.4.3 sci-CRAN/ggplot2 >=sci-CRAN/rmarkdown-2.5 >=dev-lang/R-3.6 >=sci-CRAN/scales-1.1.0 sci-CRAN/gridExtra " RDEPEND="${DEPEND-} app-text/pandoc ${R_SUGGESTS-} "