# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Bivariate Angular Mixture Models' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/BAMBI_2.3.7.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_future" R_SUGGESTS="r_suggests_future? ( sci-CRAN/future )" DEPEND="dev-lang/R[tk] sci-CRAN/scales sci-CRAN/qrng sci-CRAN/numDeriv sci-CRAN/future_apply sci-CRAN/bridgesampling sci-CRAN/Rcpp sci-CRAN/coda >=dev-lang/R-3.2.0 sci-CRAN/label_switching sci-CRAN/mvtnorm >=sci-CRAN/loo-2.4.1 sci-CRAN/RColorBrewer virtual/lattice sci-CRAN/gtools " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo ${R_SUGGESTS-} "