# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Foreach Parallel Adaptor for the parallel Package' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/doParallel_1.0.17.tar.gz" LICENSE='GPL-2' IUSE="${IUSE-} r_suggests_caret r_suggests_mlbench r_suggests_rpart r_suggests_runit" R_SUGGESTS=" r_suggests_caret? ( sci-CRAN/caret ) r_suggests_mlbench? ( sci-CRAN/mlbench ) r_suggests_rpart? ( virtual/rpart ) r_suggests_runit? ( sci-CRAN/RUnit ) " DEPEND=">=dev-lang/R-2.14.0 >=sci-CRAN/foreach-1.2.0 >=sci-CRAN/iterators-1.0.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"