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

EAPI=7

inherit R-packages

DESCRIPTION='Phylogenetics for the Environmental Sciences'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/pez_1.2-4.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_formatr r_suggests_knitr r_suggests_lme4"
R_SUGGESTS="
	r_suggests_formatr? ( >=sci-CRAN/formatR-1.7 )
	r_suggests_knitr? ( >=sci-CRAN/knitr-1.6 )
	r_suggests_lme4? ( >=sci-CRAN/lme4-1.1.7 )
"
DEPEND=">=sci-CRAN/caper-0.5.2
	virtual/Matrix
	>=sci-CRAN/quantreg-5.05
	>=sci-CRAN/phytools-0.6.60
	>=sci-CRAN/animation-2.4.0
	>=sci-CRAN/ape-3.1.4
	>=sci-CRAN/picante-1.6.2
	>=sci-CRAN/mvtnorm-1.0.0
	>=sci-CRAN/vegan-2.0.10
	>=sci-CRAN/ade4-1.6.2
	>=sci-CRAN/FD-1.0.12
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"