# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Functions for Rare Events Analysis' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/rarefun_0.1.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_dplyr r_suggests_ggplot2 r_suggests_heatwaver r_suggests_patchwork r_suggests_quantmod r_suggests_quantreg r_suggests_ranger r_suggests_testthat r_suggests_viridis" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_heatwaver? ( sci-CRAN/heatwaveR ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_quantmod? ( sci-CRAN/quantmod ) r_suggests_quantreg? ( sci-CRAN/quantreg ) r_suggests_ranger? ( sci-CRAN/ranger ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_viridis? ( sci-CRAN/viridis ) " DEPEND=">=dev-lang/R-4.1.0 virtual/boot sci-CRAN/dbscan sci-CRAN/RANN sci-CRAN/geosphere sci-CRAN/isotree sci-CRAN/Rdpack sci-CRAN/pdp " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"