# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Create Future EnergyPlus Weather... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/epwshiftr_0.1.4.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_curl r_suggests_knitr r_suggests_mockery r_suggests_pingr r_suggests_rmarkdown r_suggests_testthat r_suggests_withr" R_SUGGESTS=" r_suggests_curl? ( sci-CRAN/curl ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mockery? ( sci-CRAN/mockery ) r_suggests_pingr? ( sci-CRAN/pingr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=sci-CRAN/checkmate-2.0.0 >=sci-CRAN/cli-3.4.0 sci-CRAN/jsonlite >=sci-CRAN/eplusr-0.15.2 sci-CRAN/fst >=sci-CRAN/data_table-1.12.4 sci-CRAN/future_apply sci-CRAN/PCICt sci-CRAN/progressr sci-CRAN/psychrolib sci-CRAN/R6 sci-CRAN/rappdirs sci-CRAN/RNetCDF sci-CRAN/units " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"