# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Bayesian Nonparametrics for Auto... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/NPflow_0.13.3.tar.gz" LICENSE='LGPL-3' IUSE="${IUSE-} r_suggests_doparallel r_suggests_foreach r_suggests_itertools" R_SUGGESTS=" r_suggests_doparallel? ( sci-CRAN/doParallel ) r_suggests_foreach? ( sci-CRAN/foreach ) r_suggests_itertools? ( sci-CRAN/itertools ) " DEPEND=">=dev-lang/R-3.1 virtual/cluster sci-CRAN/ggplot2 sci-CRAN/ellipse >=sci-CRAN/Rcpp-0.12.11 sci-CRAN/pheatmap sci-CRAN/reshape2 sci-CRAN/truncnorm " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'sci-CRAN/microbenchmark' )