# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Buckys Archive for Data Analysis... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/bucky_1.0.7.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_amelia r_suggests_mass r_suggests_mice" R_SUGGESTS=" r_suggests_amelia? ( sci-CRAN/Amelia ) r_suggests_mass? ( virtual/MASS ) r_suggests_mice? ( sci-CRAN/mice ) " DEPEND=">=dev-lang/R-3.1.0 sci-CRAN/lmtest sci-CRAN/sandwich " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"