# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Dependencies for the jamovi Framework' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/jmvcore_2.4.7.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_fastmap r_suggests_ggplot2 r_suggests_knitr r_suggests_ragg r_suggests_rcolorbrewer r_suggests_testthat" R_SUGGESTS=" r_suggests_fastmap? ( sci-CRAN/fastmap ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_ragg? ( sci-CRAN/ragg ) r_suggests_rcolorbrewer? ( sci-CRAN/RColorBrewer ) r_suggests_testthat? ( >=sci-CRAN/testthat-1.0.2 ) " DEPEND=">=sci-CRAN/R6-1.0.1 sci-CRAN/jsonlite sci-CRAN/base64enc >=dev-lang/R-3.2 >=sci-CRAN/rlang-0.3.0.1 sci-CRAN/stringi " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/RProtoBuf' )