# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='VPC Percentiles and Prediction Intervals' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/tidyvpc_1.5.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_dplyr r_suggests_kernsmooth r_suggests_knitr r_suggests_nlmixr2 r_suggests_remotes r_suggests_rmarkdown r_suggests_shiny r_suggests_testthat r_suggests_vdiffr r_suggests_vpc" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_kernsmooth? ( virtual/KernSmooth ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_nlmixr2? ( sci-CRAN/nlmixr2 ) r_suggests_remotes? ( sci-CRAN/remotes ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_shiny? ( sci-CRAN/shiny ) r_suggests_testthat? ( >=sci-CRAN/testthat-2.1.0 ) r_suggests_vdiffr? ( >=sci-CRAN/vdiffr-1.0.0 ) r_suggests_vpc? ( sci-CRAN/vpc ) " DEPEND=">=sci-CRAN/rlang-0.3.0 virtual/class sci-CRAN/fastDummies sci-CRAN/egg >=sci-CRAN/data_table-1.9.8 >=dev-lang/R-3.5.0 sci-CRAN/magrittr >=sci-CRAN/quantreg-5.51 virtual/mgcv virtual/cluster sci-CRAN/ggplot2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"