# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Calculate High Resolution Water ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/WaterBalanceR_0.1.21.tar.gz" LICENSE='AGPL-3' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) " DEPEND="sci-CRAN/rlang sci-CRAN/dplyr sci-CRAN/terra >=dev-lang/R-4.1.0 sci-CRAN/RSelenium sci-CRAN/geosphere sci-CRAN/raster sci-CRAN/zoo sci-CRAN/ggplot2 sci-CRAN/tidyr sci-CRAN/tidyselect sci-CRAN/openeo sci-CRAN/RCurl sci-CRAN/readxl sci-CRAN/janitor sci-CRAN/lubridate sci-CRAN/rvest sci-CRAN/magrittr sci-CRAN/sf sci-CRAN/stars sci-CRAN/rdwd sci-CRAN/stringr sci-CRAN/sp sci-CRAN/jsonlite sci-CRAN/scales sci-CRAN/httr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"