# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Companion to Portfolio Construct... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/PCRA_1.2.1.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_facmodcs r_suggests_fit_models r_suggests_mass r_suggests_r_rsp r_suggests_sandwich r_suggests_tensr" R_SUGGESTS=" r_suggests_facmodcs? ( sci-CRAN/facmodCS ) r_suggests_fit_models? ( sci-CRAN/fit_models ) r_suggests_mass? ( virtual/MASS ) r_suggests_r_rsp? ( sci-CRAN/R_rsp ) r_suggests_sandwich? ( sci-CRAN/sandwich ) r_suggests_tensr? ( sci-CRAN/tensr ) " DEPEND="sci-CRAN/RobStatTM sci-CRAN/R_cache >=dev-lang/R-4.0.0 sci-CRAN/PerformanceAnalytics sci-CRAN/quadprog sci-CRAN/PortfolioAnalytics virtual/boot sci-CRAN/xts sci-CRAN/zoo virtual/lattice sci-CRAN/corpcor sci-CRAN/data_table sci-CRAN/robustbase " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"