# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Triangle Meshes and Related Geometry Tools' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/fmesher_0.8.0.tar.gz" LICENSE='MPL-2.0' IUSE="${IUSE-} r_suggests_geometry r_suggests_ggplot2 r_suggests_knitr r_suggests_patchwork r_suggests_rgl r_suggests_rmarkdown r_suggests_sp r_suggests_terra r_suggests_testthat r_suggests_tidyterra" R_SUGGESTS=" r_suggests_geometry? ( sci-CRAN/geometry ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_rgl? ( sci-CRAN/rgl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_sp? ( >=sci-CRAN/sp-1.6.1 ) r_suggests_terra? ( sci-CRAN/terra ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tidyterra? ( sci-CRAN/tidyterra ) " DEPEND="sci-CRAN/withr sci-CRAN/lifecycle sci-CRAN/dplyr >=dev-lang/R-4.1.0 sci-CRAN/tibble virtual/Matrix sci-CRAN/Rcpp sci-CRAN/rlang sci-CRAN/sf sci-CRAN/splancs " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "