# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Tools for Easier Analysis of Meteorological Fields' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/metR_0.18.2.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_cftime r_suggests_furrr r_suggests_gsignal r_suggests_irlba r_suggests_knitr r_suggests_kriging r_suggests_maps r_suggests_markdown r_suggests_ncdf4 r_suggests_proj4 r_suggests_reshape2 r_suggests_rnaturalearth r_suggests_terra r_suggests_testthat r_suggests_vdiffr" R_SUGGESTS=" r_suggests_cftime? ( sci-CRAN/CFtime ) r_suggests_furrr? ( sci-CRAN/furrr ) r_suggests_gsignal? ( sci-CRAN/gsignal ) r_suggests_irlba? ( sci-CRAN/irlba ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_kriging? ( sci-CRAN/kriging ) r_suggests_maps? ( sci-CRAN/maps ) r_suggests_markdown? ( sci-CRAN/markdown ) r_suggests_ncdf4? ( sci-CRAN/ncdf4 ) r_suggests_proj4? ( sci-CRAN/proj4 ) r_suggests_reshape2? ( sci-CRAN/reshape2 ) r_suggests_rnaturalearth? ( sci-CRAN/rnaturalearth ) r_suggests_terra? ( sci-CRAN/terra ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.1.0 ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) " DEPEND="sci-CRAN/gtable sci-CRAN/isoband >=sci-CRAN/ggplot2-3.5.0 sci-CRAN/rlang sci-CRAN/scales sci-CRAN/stringr sci-CRAN/sf sci-CRAN/lubridate sci-CRAN/digest sci-CRAN/checkmate sci-CRAN/Formula sci-CRAN/data_table sci-CRAN/formula_tools sci-CRAN/memoise sci-CRAN/plyr sci-CRAN/purrr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/rcdo' )