# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Interactive & Customisable Maps ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/toro_0.1.0.tar.gz" LICENSE='AGPL-3' IUSE="${IUSE-} r_suggests_devtools r_suggests_dplyr r_suggests_knitr r_suggests_lintr r_suggests_mapview r_suggests_rmarkdown r_suggests_spdata r_suggests_testthat r_suggests_usethis r_suggests_webshot2" R_SUGGESTS=" r_suggests_devtools? ( sci-CRAN/devtools sci-CRAN/devtools ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lintr? ( sci-CRAN/lintr ) r_suggests_mapview? ( sci-CRAN/mapview ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_spdata? ( sci-CRAN/spData ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_usethis? ( sci-CRAN/usethis ) r_suggests_webshot2? ( sci-CRAN/webshot2 ) " DEPEND=">=dev-lang/R-4.5.0 sci-CRAN/htmlwidgets sci-CRAN/shiny sci-CRAN/jsonlite sci-CRAN/geojsonsf sci-CRAN/base64enc sci-CRAN/sf " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/webshot' )