# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Hyperbolic Geometry' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/gyro_1.4.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_arrangements r_suggests_knitr r_suggests_rmarkdown r_suggests_trekcolors r_suggests_uniformly" R_SUGGESTS=" r_suggests_arrangements? ( sci-CRAN/arrangements ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_trekcolors? ( sci-CRAN/trekcolors ) r_suggests_uniformly? ( sci-CRAN/uniformly ) " DEPEND="sci-CRAN/colorsGen sci-CRAN/Rcpp sci-CRAN/Rvcg sci-CRAN/plotrix >=sci-CRAN/cxhull-0.3.0 sci-CRAN/RCDT sci-CRAN/clipr sci-CRAN/Morpho sci-CRAN/Polychrome sci-CRAN/purrr sci-CRAN/rgl sci-CRAN/rstudioapi " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} "