# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='R Client Package for Circle CI' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/circle_0.7.2.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_clipr r_suggests_covr r_suggests_gert r_suggests_gh r_suggests_knitr r_suggests_openssl r_suggests_purrr r_suggests_rmarkdown r_suggests_testthat r_suggests_usethis r_suggests_vcr r_suggests_withr" R_SUGGESTS=" r_suggests_clipr? ( sci-CRAN/clipr ) r_suggests_covr? ( sci-CRAN/covr ) r_suggests_gert? ( sci-CRAN/gert ) r_suggests_gh? ( sci-CRAN/gh ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_openssl? ( sci-CRAN/openssl ) r_suggests_purrr? ( sci-CRAN/purrr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_usethis? ( >=sci-CRAN/usethis-2.0.0 ) r_suggests_vcr? ( sci-CRAN/vcr ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=sci-CRAN/cli-2.0.0 sci-CRAN/httr sci-CRAN/jsonlite " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"