# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Evaluate the Discrepancy Between... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/rtForecastEval_0.1.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_knitr r_suggests_pkgload r_suggests_readr r_suggests_reshape2 r_suggests_rmarkdown r_suggests_sde r_suggests_tibble" R_SUGGESTS=" r_suggests_knitr? ( >=sci-CRAN/knitr-1.28.0 ) r_suggests_pkgload? ( >=sci-CRAN/pkgload-1.2.0 ) r_suggests_readr? ( >=sci-CRAN/readr-1.3.1 ) r_suggests_reshape2? ( >=sci-CRAN/reshape2-1.4.4 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.1.0 ) r_suggests_sde? ( sci-CRAN/sde ) r_suggests_tibble? ( >=sci-CRAN/tibble-3.0.3 ) " DEPEND=">=sci-CRAN/dplyr-1.0.1 >=sci-CRAN/ggplot2-3.3.2 >=sci-CRAN/tidyr-1.1.1 >=sci-CRAN/RSpectra-0.16.0 >=sci-CRAN/rlist-0.4.6.1 >=sci-CRAN/purrr-0.3.4 virtual/MASS " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"