# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Utilities Powering the Globe and... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/upstartr_0.2.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_beepr r_suggests_sf r_suggests_testthat r_suggests_tgamtheme r_suggests_withr" R_SUGGESTS=" r_suggests_beepr? ( sci-CRAN/beepr ) r_suggests_sf? ( sci-CRAN/sf ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.2.0 ) r_suggests_tgamtheme? ( sci-CRAN/tgamtheme ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/ggplot2 sci-CRAN/purrr sci-CRAN/dplyr sci-CRAN/rmarkdown sci-CRAN/textclean sci-CRAN/scales >=dev-lang/R-3.6.3 sci-CRAN/openxlsx sci-CRAN/stringr sci-CRAN/readxl sci-CRAN/here sci-CRAN/magrittr sci-CRAN/readr sci-CRAN/librarian sci-CRAN/knitr sci-CRAN/tidytext sci-CRAN/glue sci-CRAN/crayon " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"