# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Interface to the CIMIS Web API' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/cimir_0.4-1.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown" R_SUGGESTS=" r_suggests_knitr? ( >=sci-CRAN/knitr-1.21 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-1.11 ) " DEPEND=">=dev-lang/R-3.4 >=sci-CRAN/jsonlite-1.6 >=sci-CRAN/stringr-1.4 >=sci-CRAN/tidyr-1.0 >=sci-CRAN/dplyr-0.8 >=sci-CRAN/purrr-0.3 >=sci-CRAN/rlang-0.4 >=sci-CRAN/curl-4.3 >=sci-CRAN/glue-1.3 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"