# 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.3.1.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_cvxr r_suggests_dplyr r_suggests_ellipse r_suggests_facmodcs r_suggests_fit_models r_suggests_foreach r_suggests_ggplot2 r_suggests_hitandrun r_suggests_lubridate r_suggests_matrix r_suggests_r_rsp r_suggests_reshape2 r_suggests_rpeif r_suggests_rpese r_suggests_sandwich r_suggests_tensr" R_SUGGESTS=" r_suggests_cvxr? ( sci-CRAN/CVXR ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ellipse? ( sci-CRAN/ellipse ) r_suggests_facmodcs? ( sci-CRAN/facmodCS ) r_suggests_fit_models? ( sci-CRAN/fit_models ) r_suggests_foreach? ( sci-CRAN/foreach ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_hitandrun? ( sci-CRAN/hitandrun ) r_suggests_lubridate? ( sci-CRAN/lubridate ) r_suggests_matrix? ( virtual/Matrix ) r_suggests_r_rsp? ( sci-CRAN/R_rsp ) r_suggests_reshape2? ( sci-CRAN/reshape2 ) r_suggests_rpeif? ( sci-CRAN/RPEIF ) r_suggests_rpese? ( sci-CRAN/RPESE ) r_suggests_sandwich? ( sci-CRAN/sandwich ) r_suggests_tensr? ( sci-CRAN/tensr ) " DEPEND="sci-CRAN/zoo virtual/boot sci-CRAN/corpcor >=dev-lang/R-4.0.0 sci-CRAN/devtools sci-CRAN/PortfolioAnalytics sci-CRAN/PerformanceAnalytics sci-CRAN/data_table virtual/lattice virtual/MASS sci-CRAN/R_cache sci-CRAN/xts sci-CRAN/robustbase sci-CRAN/RobStatTM sci-CRAN/quadprog " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"