# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Censored Regression with Conditi... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/crch_1.1-2.tar.gz" LICENSE='|| ( GPL-2 GPL-3 )' IUSE="${IUSE-} r_suggests_distributions3 r_suggests_glmx r_suggests_lmtest r_suggests_memisc" R_SUGGESTS=" r_suggests_distributions3? ( >=sci-CRAN/distributions3-0.2.1 ) r_suggests_glmx? ( sci-CRAN/glmx ) r_suggests_lmtest? ( sci-CRAN/lmtest ) r_suggests_memisc? ( sci-CRAN/memisc ) " DEPEND="sci-CRAN/Formula sci-CRAN/scoringRules >=dev-lang/R-3.6.0 sci-CRAN/sandwich sci-CRAN/ordinal " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"