# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Coarsened Variable Modeling' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/cvam_0.9.3.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_lme4 r_suggests_mass r_suggests_nnet r_suggests_xtable" R_SUGGESTS=" r_suggests_lme4? ( sci-CRAN/lme4 ) r_suggests_mass? ( virtual/MASS ) r_suggests_nnet? ( virtual/nnet ) r_suggests_xtable? ( sci-CRAN/xtable ) " DEPEND=">=dev-lang/R-3.5.0 sci-CRAN/Formula sci-CRAN/coda " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"