# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Holocene Volcanoes, Eruptions, and Eruption Events' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/volcanoes_0.1.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_dplyr r_suggests_fs r_suggests_janitor r_suggests_pkgdown r_suggests_purrr r_suggests_readr r_suggests_rvest r_suggests_tibble r_suggests_usethis" R_SUGGESTS=" r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_fs? ( sci-CRAN/fs ) r_suggests_janitor? ( sci-CRAN/janitor ) r_suggests_pkgdown? ( sci-CRAN/pkgdown ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_rvest? ( sci-CRAN/rvest ) r_suggests_tibble? ( sci-CRAN/tibble ) r_suggests_usethis? ( sci-CRAN/usethis ) " DEPEND=">=dev-lang/R-3.5" RDEPEND="${DEPEND-} ${R_SUGGESTS-}"