# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Pan-European Phenological Data Analysis' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/pep725_1.1.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_ggmap r_suggests_kendall r_suggests_knitr r_suggests_leaflet r_suggests_miniui r_suggests_nlme r_suggests_pls r_suggests_quantreg r_suggests_rmarkdown r_suggests_rnaturalearthdata r_suggests_shiny r_suggests_sp r_suggests_testthat" R_SUGGESTS=" r_suggests_ggmap? ( sci-CRAN/ggmap ) r_suggests_kendall? ( sci-CRAN/Kendall ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_leaflet? ( sci-CRAN/leaflet ) r_suggests_miniui? ( sci-CRAN/miniUI ) r_suggests_nlme? ( virtual/nlme ) r_suggests_pls? ( sci-CRAN/pls ) r_suggests_quantreg? ( sci-CRAN/quantreg ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_rnaturalearthdata? ( sci-CRAN/rnaturalearthdata ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_sp? ( sci-CRAN/sp ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/tidyr >=dev-lang/R-4.1 sci-CRAN/ggplot2 sci-CRAN/rnaturalearth sci-CRAN/tidyselect sci-CRAN/dplyr virtual/mgcv sci-CRAN/data_table sci-CRAN/patchwork sci-CRAN/purrr sci-CRAN/sf sci-CRAN/robustbase sci-CRAN/tibble " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"