# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Forecasting Hierarchical Time Se... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/icomb_0.2.0.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_broom r_suggests_fable r_suggests_feasts r_suggests_forecast r_suggests_future r_suggests_ggplot2 r_suggests_ggtime r_suggests_hts r_suggests_knitr r_suggests_lubridate r_suggests_plotly r_suggests_rmarkdown r_suggests_spelling r_suggests_testthat r_suggests_tibble r_suggests_tidyr" R_SUGGESTS=" r_suggests_broom? ( sci-CRAN/broom ) r_suggests_fable? ( sci-CRAN/fable ) r_suggests_feasts? ( sci-CRAN/feasts ) r_suggests_forecast? ( sci-CRAN/forecast ) r_suggests_future? ( sci-CRAN/future ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggtime? ( sci-CRAN/ggtime ) r_suggests_hts? ( sci-CRAN/hts ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_lubridate? ( sci-CRAN/lubridate ) r_suggests_plotly? ( sci-CRAN/plotly ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_tidyr? ( sci-CRAN/tidyr ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/cli >=sci-CRAN/fabletools-0.7.0 sci-CRAN/distributional sci-CRAN/dplyr sci-CRAN/future_apply sci-CRAN/generics sci-CRAN/glmnet sci-CRAN/progressr sci-CRAN/purrr sci-CRAN/vctrs sci-CRAN/tsibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"