# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A Directed Acyclic Graph Extension for blockr' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/blockr.dag_0.1.5.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_chromote r_suggests_colorspace r_suggests_cyclocomp r_suggests_knitr r_suggests_rmarkdown r_suggests_roxy_shinylive r_suggests_shinytest2 r_suggests_testthat r_suggests_webshot2 r_suggests_withr" R_SUGGESTS=" r_suggests_chromote? ( sci-CRAN/chromote ) r_suggests_colorspace? ( sci-CRAN/colorspace ) r_suggests_cyclocomp? ( sci-CRAN/cyclocomp ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxy_shinylive? ( sci-CRAN/roxy_shinylive ) r_suggests_shinytest2? ( sci-CRAN/shinytest2 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_webshot2? ( sci-CRAN/webshot2 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=sci-CRAN/blockr_core-0.1.3 >=sci-CRAN/blockr_dock-0.1.2 sci-CRAN/jsonlite >=sci-CRAN/g6R-0.6.5 sci-CRAN/shiny sci-CRAN/htmltools " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'quarto' )