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

EAPI=7

inherit R-packages

DESCRIPTION='Climate Downscaling Library for ... (see metadata)'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/ClimDown_1.0.8.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_runit"
R_SUGGESTS="r_suggests_runit? ( sci-CRAN/RUnit )"
DEPEND="sci-CRAN/fields
	sci-CRAN/seas
	sci-CRAN/foreach
	sci-CRAN/PCICt
	sci-CRAN/ncdf4
	sci-CRAN/udunits2
	sci-CRAN/abind
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"