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

EAPI=7

inherit R-packages

DESCRIPTION='Rao-Scott Cochran-Armitage by Slices Trend Test'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/RSCABS_0.9.5.tar.gz"
LICENSE='CC0-1.0'

DEPEND="sci-CRAN/R2HTML
	sci-CRAN/RGtk2
	sci-CRAN/gWidgets2
	sci-CRAN/gWidgets2RGtk2
	>=dev-lang/R-3.1.0
"
RDEPEND="${DEPEND-}
	x11-libs/cairo
	dev-libs/glib
	>=dev-libs/atk-1.10.0
	x11-libs/gtk+
	x11-libs/pango
"