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

EAPI=7

inherit R-packages

DESCRIPTION='Isotopic Tracer Analysis Using MCMC'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/isotracer_1.1.4.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_bayesplot r_suggests_covr r_suggests_cowplot
	r_suggests_ggdist r_suggests_ggplot2 r_suggests_ggraph
	r_suggests_gridbase r_suggests_gridextra r_suggests_here
	r_suggests_igraph r_suggests_knitr r_suggests_lattice
	r_suggests_readxl r_suggests_rmarkdown r_suggests_testthat
	r_suggests_tidygraph r_suggests_tidyverse r_suggests_viridislite"
R_SUGGESTS="
	r_suggests_bayesplot? ( sci-CRAN/bayesplot )
	r_suggests_covr? ( sci-CRAN/covr )
	r_suggests_cowplot? ( sci-CRAN/cowplot )
	r_suggests_ggdist? ( sci-CRAN/ggdist )
	r_suggests_ggplot2? ( sci-CRAN/ggplot2 )
	r_suggests_ggraph? ( sci-CRAN/ggraph )
	r_suggests_gridbase? ( sci-CRAN/gridBase )
	r_suggests_gridextra? ( sci-CRAN/gridExtra )
	r_suggests_here? ( sci-CRAN/here )
	r_suggests_igraph? ( sci-CRAN/igraph )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_lattice? ( virtual/lattice )
	r_suggests_readxl? ( sci-CRAN/readxl )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_testthat? ( sci-CRAN/testthat )
	r_suggests_tidygraph? ( sci-CRAN/tidygraph )
	r_suggests_tidyverse? ( sci-CRAN/tidyverse )
	r_suggests_viridislite? ( sci-CRAN/viridisLite )
"
DEPEND=">=dev-lang/R-3.6.0
	sci-CRAN/data_table
	>=sci-CRAN/coda-0.19.3
	>=sci-CRAN/latex2exp-0.4.0
	>=sci-CRAN/dplyr-0.8.5
	sci-CRAN/magrittr
	>=sci-CRAN/pillar-1.4.3
	>=sci-CRAN/purrr-0.3.3
	>=sci-CRAN/Rcpp-1.0.4
	>=sci-CRAN/rlang-0.4.5
	>=sci-CRAN/rstan-2.19.3
	sci-CRAN/rstantools
	>=sci-CRAN/tibble-3.0.0
	>=sci-CRAN/tidyr-1.0.2
	>=sci-CRAN/tidyselect-1.0.0
"
RDEPEND="${DEPEND-}
	>=sci-CRAN/BH-1.72.0
	>=sci-CRAN/RcppEigen-0.3.3.7.0
	>=sci-CRAN/Rcpp-1.0.4
	>=sci-CRAN/rstan-2.19.3
	sci-CRAN/RcppParallel
	${R_SUGGESTS-}
"