# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Spatiotemporal Propagation for M... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/spFFBS_0.0-2.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_doparallel r_suggests_ggplot2 r_suggests_knitr r_suggests_mba r_suggests_mniw r_suggests_patchwork r_suggests_reshape2 r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_doparallel? ( sci-CRAN/doParallel ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mba? ( sci-CRAN/MBA ) r_suggests_mniw? ( sci-CRAN/mniw ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_reshape2? ( sci-CRAN/reshape2 ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND="sci-CRAN/spBPS sci-CRAN/tictoc >=sci-CRAN/Rcpp-1.1.1 sci-CRAN/abind sci-CRAN/foreach " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppArmadillo ${R_SUGGESTS-} "