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

EAPI=7

inherit R-packages

DESCRIPTION='Bayesian Bootstrapping Correlations'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/BBcor_1.0.3.tar.gz"
LICENSE='GPL-2'

IUSE="${IUSE-} r_suggests_bggm"
R_SUGGESTS="r_suggests_bggm? ( sci-CRAN/BGGM )"
DEPEND=">=sci-CRAN/pbapply-1.4.2
	sci-CRAN/Rdpack
	>=sci-CRAN/ggplot2-3.3.4
	>=sci-CRAN/wdm-0.2.1
	>=sci-CRAN/bayeslincom-1.2.0
	>=dev-lang/R-4.0.0
	>=sci-CRAN/psych-1.9.12.31
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"