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

EAPI=7

inherit R-packages

DESCRIPTION='Modelling of Soil Water Retentio... (see metadata)'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/soilhypfit_0.1-7.tar.gz"

IUSE="${IUSE-} r_suggests_lattice"
R_SUGGESTS="r_suggests_lattice? ( virtual/lattice )"
DEPEND="sci-CRAN/snowfall
	>=sci-CRAN/nloptr-1.2.1
	virtual/mgcv
	>=sci-CRAN/quadprog-1.5.7
	>=sci-CRAN/Rmpfr-0.7.2
	>=sci-CRAN/SoilHyP-0.1.3
"
RDEPEND="${DEPEND-}
	dev-libs/gmp
	dev-libs/mpfr
	${R_SUGGESTS-}
"