# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='leaflet Extensions for mapview' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/leafem_0.2.3.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_clipr r_suggests_leafgl r_suggests_lwgeom r_suggests_mapdeck r_suggests_plainview r_suggests_stars" R_SUGGESTS=" r_suggests_clipr? ( sci-CRAN/clipr ) r_suggests_leafgl? ( sci-CRAN/leafgl ) r_suggests_lwgeom? ( sci-CRAN/lwgeom ) r_suggests_mapdeck? ( sci-CRAN/mapdeck ) r_suggests_plainview? ( sci-CRAN/plainview ) r_suggests_stars? ( sci-CRAN/stars ) " DEPEND=">=dev-lang/R-3.1.0 >=sci-CRAN/leaflet-2.0.1 sci-CRAN/htmlwidgets >=sci-CRAN/htmltools-0.3 sci-CRAN/geojsonsf sci-CRAN/base64enc sci-CRAN/raster sci-CRAN/sf sci-CRAN/png " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"