# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Persistence Homology Utilities' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/phutil_0.0.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_ggplot2 r_suggests_knitr r_suggests_scales r_suggests_tda r_suggests_tdaunif r_suggests_tinysnapshot r_suggests_tinytest" R_SUGGESTS=" r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_scales? ( sci-CRAN/scales ) r_suggests_tda? ( sci-CRAN/TDA ) r_suggests_tdaunif? ( sci-CRAN/tdaunif ) r_suggests_tinysnapshot? ( sci-CRAN/tinysnapshot ) r_suggests_tinytest? ( sci-CRAN/tinytest ) " DEPEND=">=dev-lang/R-3.5 sci-CRAN/cli sci-CRAN/rlang " RDEPEND="${DEPEND-} sci-CRAN/BH ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'sci-CRAN/microbenchmark' 'sci-CRAN/quarto' )