# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Extensions to tmap with Two New ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/tmap.mapgl_0.3.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_knitr" R_SUGGESTS="r_suggests_knitr? ( sci-CRAN/knitr )" DEPEND="sci-CRAN/colorspace sci-CRAN/htmltools sci-CRAN/sf >=sci-CRAN/mapgl-0.4.6 >=dev-lang/R-4.1 sci-CRAN/htmlwidgets >=sci-CRAN/tmap-4.4 sci-CRAN/rlang sci-CRAN/terra sci-CRAN/cli sci-CRAN/stars sci-CRAN/units sci-CRAN/tmaptools sci-CRAN/data_table " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"