# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A Toolkit for Archetypal Analysis Methods' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/yaap_1.0.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_archetypes r_suggests_bench r_suggests_compositions r_suggests_fda r_suggests_geometry r_suggests_ggplot2 r_suggests_ggtern r_suggests_irlba r_suggests_knitr r_suggests_mass r_suggests_quadprog r_suggests_recipes r_suggests_rmarkdown r_suggests_rspectra r_suggests_testthat r_suggests_tune r_suggests_withr" R_SUGGESTS=" r_suggests_archetypes? ( sci-CRAN/archetypes ) r_suggests_bench? ( sci-CRAN/bench ) r_suggests_compositions? ( sci-CRAN/compositions ) r_suggests_fda? ( sci-CRAN/fda ) r_suggests_geometry? ( sci-CRAN/geometry ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggtern? ( sci-CRAN/ggtern ) r_suggests_irlba? ( sci-CRAN/irlba ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mass? ( virtual/MASS ) r_suggests_quadprog? ( sci-CRAN/quadprog ) r_suggests_recipes? ( >=sci-CRAN/recipes-1.0.0 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rspectra? ( sci-CRAN/RSpectra ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tune? ( >=sci-CRAN/tune-1.0.0 ) r_suggests_withr? ( >=sci-CRAN/withr-2.5.0 ) " DEPEND="sci-CRAN/vctrs >=sci-CRAN/generics-0.1.3 virtual/Matrix virtual/Matrix >=dev-lang/R-4.1.0 sci-CRAN/nnls >=sci-CRAN/rlang-1.0.0 >=sci-CRAN/tibble-3.0.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"