# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Access Meetup Data' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/meetupr_0.3.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_covr r_suggests_ggplot2 r_suggests_ggwordcloud r_suggests_httpuv r_suggests_jose r_suggests_knitr r_suggests_openssl r_suggests_rmarkdown r_suggests_testthat r_suggests_tidyr r_suggests_tidytext r_suggests_vcr" R_SUGGESTS=" r_suggests_covr? ( sci-CRAN/covr ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_ggwordcloud? ( sci-CRAN/ggwordcloud ) r_suggests_httpuv? ( sci-CRAN/httpuv ) r_suggests_jose? ( sci-CRAN/jose ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_openssl? ( sci-CRAN/openssl ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_tidyr? ( sci-CRAN/tidyr ) r_suggests_tidytext? ( sci-CRAN/tidytext ) r_suggests_vcr? ( sci-CRAN/vcr ) " DEPEND="sci-CRAN/fs sci-CRAN/dplyr sci-CRAN/jsonlite sci-CRAN/glue sci-CRAN/cli sci-CRAN/rlist sci-CRAN/clipr sci-CRAN/httr2 sci-CRAN/countrycode >=dev-lang/R-4.2 sci-CRAN/lifecycle sci-CRAN/withr sci-CRAN/rlang sci-CRAN/purrr sci-CRAN/rstudioapi sci-CRAN/S7 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/cyphr' 'sci-CRAN/sodium' )