# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Bayesian Network Meta-Analysis o... (see metadata)'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/multinma_0.5.1.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_crayon r_suggests_knitr r_suggests_logitnorm
	r_suggests_loo r_suggests_r_rsp r_suggests_rmarkdown
	r_suggests_rprojroot r_suggests_testthat r_suggests_tidygraph
	r_suggests_withr"
R_SUGGESTS="
	r_suggests_crayon? ( sci-CRAN/crayon )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_logitnorm? ( sci-CRAN/logitnorm )
	r_suggests_loo? ( >=sci-CRAN/loo-2.0.0 )
	r_suggests_r_rsp? ( sci-CRAN/R_rsp )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_rprojroot? ( sci-CRAN/rprojroot )
	r_suggests_testthat? ( >=sci-CRAN/testthat-2.1.0 )
	r_suggests_tidygraph? ( sci-CRAN/tidygraph )
	r_suggests_withr? ( sci-CRAN/withr )
"
DEPEND="sci-CRAN/glue
	>=dev-lang/R-3.4.0
	>=sci-CRAN/rstantools-2.0.0
	>=sci-CRAN/tibble-2.1.3
	>=sci-CRAN/Rcpp-0.12.0
	>=sci-CRAN/Rdpack-0.7
	sci-CRAN/igraph
	>=sci-CRAN/ggdist-2.1.1
	sci-CRAN/truncdist
	sci-CRAN/purrr
	sci-CRAN/ggraph
	>=sci-CRAN/rstan-2.19.2
	>=sci-CRAN/tidyr-1.0.0
	sci-CRAN/randtoolbox
	sci-CRAN/stringr
	>=sci-CRAN/dplyr-1.0.0
	sci-CRAN/rlang
	>=sci-CRAN/ggplot2-3.3.0
	virtual/Matrix
	sci-CRAN/bayesplot
	>=sci-CRAN/RcppParallel-5.0.1
	sci-CRAN/forcats
	sci-CRAN/copula
"
RDEPEND="${DEPEND-}
	>=sci-CRAN/BH-1.66.0
	>=sci-CRAN/rstan-2.18.1
	>=sci-CRAN/RcppParallel-5.0.1
	>=sci-CRAN/Rcpp-0.12.0
	>=sci-CRAN/RcppEigen-0.3.3.3.0
	${R_SUGGESTS-}
"

_UNRESOLVED_PACKAGES=( 'sci-CRAN/pkgdown' )