# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit R-packages DESCRIPTION='Fast and versatile argument checks' SRC_URI="http://cran.r-project.org/src/contrib/checkmate_1.5.0.tar.gz" LICENSE='BSD' IUSE="${IUSE-} r_suggests_testthat" R_SUGGESTS="r_suggests_testthat? ( sci-CRAN/testthat )" DEPEND=">=dev-lang/R-2.15.0" RDEPEND="${DEPEND-} ${R_SUGGESTS-}"