# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Prediction for Future Data from ... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/PredictionR_1.0-12.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_actuar r_suggests_tolerance" R_SUGGESTS=" r_suggests_actuar? ( sci-CRAN/actuar ) r_suggests_tolerance? ( sci-CRAN/tolerance ) " DEPEND="sci-CRAN/fitdistrplus sci-CRAN/Renext " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"