# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='R Interface to X-13-ARIMA-SEATS' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/seasonal_1.9.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_covr r_suggests_knitr r_suggests_rmarkdown r_suggests_seasonalview r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_seasonalview? ( >=sci-CRAN/seasonalview-0.1.3 ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-2.15 sci-CRAN/x13binary " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"