# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Client for the YouTube API' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/tuber_1.4.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_config r_suggests_future r_suggests_ggplot2 r_suggests_knitr r_suggests_lintr r_suggests_memoise r_suggests_progress r_suggests_promises r_suggests_rmarkdown r_suggests_testthat r_suggests_xml2" R_SUGGESTS=" r_suggests_config? ( sci-CRAN/config ) r_suggests_future? ( sci-CRAN/future ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.11 ) r_suggests_lintr? ( sci-CRAN/lintr ) r_suggests_memoise? ( sci-CRAN/memoise ) r_suggests_progress? ( sci-CRAN/progress ) r_suggests_promises? ( sci-CRAN/promises ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND="sci-CRAN/tidyselect sci-CRAN/httr2 sci-CRAN/purrr sci-CRAN/tidyr >=dev-lang/R-4.2.0 sci-CRAN/tibble >=sci-CRAN/rlang-1.1.0 sci-CRAN/dplyr sci-CRAN/askpass sci-CRAN/digest sci-CRAN/checkmate sci-CRAN/hms sci-CRAN/httr sci-CRAN/jsonlite sci-CRAN/mime sci-CRAN/magrittr " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"