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

EAPI=7

inherit R-packages

DESCRIPTION='Robust Geostatistical Analysis of Spatial Data'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/georob_0.3-14.tar.gz"

IUSE="${IUSE-} r_suggests_gstat r_suggests_lattice r_suggests_multcomp"
R_SUGGESTS="
	r_suggests_gstat? ( sci-CRAN/gstat )
	r_suggests_lattice? ( virtual/lattice )
	r_suggests_multcomp? ( sci-CRAN/multcomp )
"
DEPEND=">=sci-CRAN/sp-0.9.60
	>=sci-CRAN/RandomFields-3.3.6
	sci-CRAN/abind
	sci-CRAN/lmtest
	>=sci-CRAN/robustbase-0.90.2
	>=dev-lang/R-2.14.0
	sci-CRAN/snowfall
	>=sci-CRAN/constrainedKriging-0.2.1
	sci-CRAN/fields
	virtual/nlme
	sci-CRAN/nleqslv
	sci-CRAN/quantreg
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"