# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Record HTTP Calls to Disk' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/vcr_1.6.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_cli r_suggests_crayon r_suggests_curl r_suggests_desc r_suggests_jsonlite r_suggests_knitr r_suggests_rmarkdown r_suggests_roxygen2 r_suggests_testthat r_suggests_webfakes r_suggests_withr" R_SUGGESTS=" r_suggests_cli? ( sci-CRAN/cli ) r_suggests_crayon? ( sci-CRAN/crayon ) r_suggests_curl? ( sci-CRAN/curl ) r_suggests_desc? ( sci-CRAN/desc ) r_suggests_jsonlite? ( sci-CRAN/jsonlite ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxygen2? ( >=sci-CRAN/roxygen2-7.2.1 ) r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_webfakes? ( sci-CRAN/webfakes ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=sci-CRAN/crul-0.8.4 >=sci-CRAN/webmockr-0.8.0 sci-CRAN/httr sci-CRAN/httr2 sci-CRAN/urltools sci-CRAN/yaml sci-CRAN/R6 sci-CRAN/base64enc sci-CRAN/rprojroot " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"