# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Create Interactive Graphs with E... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/echarts4r_0.5.0.tar.gz" IUSE="${IUSE-} r_suggests_covr r_suggests_data_tree r_suggests_geofacet r_suggests_knitr r_suggests_leaflet r_suggests_quantmod r_suggests_rmarkdown r_suggests_testthat r_suggests_tibble r_suggests_tidyr r_suggests_withr" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_data_tree? ( sci-CRAN/data_tree sci-CRAN/data_tree ) r_suggests_geofacet? ( sci-CRAN/geofacet ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_leaflet? ( sci-CRAN/leaflet sci-CRAN/leaflet ) r_suggests_quantmod? ( sci-CRAN/quantmod ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.3.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/shiny sci-CRAN/jsonlite sci-CRAN/htmlwidgets >=dev-lang/R-4.1.0 sci-CRAN/htmltools sci-CRAN/purrr >=sci-CRAN/dplyr-0.7.0 sci-CRAN/cli sci-CRAN/countrycode sci-CRAN/broom sci-CRAN/rlang sci-CRAN/scales sci-CRAN/rstudioapi sci-CRAN/corrplot " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"