# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Palantirs Blueprint for Shiny Apps'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/shiny.blueprint_0.2.0.tar.gz"
LICENSE='LGPL-3'

IUSE="${IUSE-} r_suggests_knitr r_suggests_lintr r_suggests_purrr
	r_suggests_rcmdcheck r_suggests_rmarkdown r_suggests_shiny_router"
R_SUGGESTS="
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_lintr? ( >=sci-CRAN/lintr-3.0.0 )
	r_suggests_purrr? ( sci-CRAN/purrr )
	r_suggests_rcmdcheck? ( sci-CRAN/rcmdcheck )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_shiny_router? ( sci-CRAN/shiny_router )
"
DEPEND="sci-CRAN/checkmate
	sci-CRAN/htmltools
	sci-CRAN/shiny
	>=sci-CRAN/shiny_react-0.2.2
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"