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

EAPI=8

inherit R-packages

DESCRIPTION='Custom Bootstrap Sass Themes for... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/bslib_0.6.1.tar.gz"
LICENSE='MIT'

IUSE="${IUSE-} r_suggests_bsicons r_suggests_curl r_suggests_fontawesome
	r_suggests_ggplot2 r_suggests_knitr r_suggests_magrittr
	r_suggests_rappdirs r_suggests_rmarkdown r_suggests_shiny
	r_suggests_testthat r_suggests_thematic r_suggests_withr"
R_SUGGESTS="
	r_suggests_bsicons? ( sci-CRAN/bsicons )
	r_suggests_curl? ( sci-CRAN/curl )
	r_suggests_fontawesome? ( sci-CRAN/fontawesome )
	r_suggests_ggplot2? ( sci-CRAN/ggplot2 )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_magrittr? ( sci-CRAN/magrittr )
	r_suggests_rappdirs? ( sci-CRAN/rappdirs )
	r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.7 )
	r_suggests_shiny? ( >=sci-CRAN/shiny-1.8.0 )
	r_suggests_testthat? ( sci-CRAN/testthat )
	r_suggests_thematic? ( sci-CRAN/thematic )
	r_suggests_withr? ( sci-CRAN/withr )
"
DEPEND="sci-CRAN/base64enc
	sci-CRAN/jsonlite
	sci-CRAN/rlang
	>=sci-CRAN/htmltools-0.5.7
	>=sci-CRAN/jquerylib-0.1.3
	>=sci-CRAN/sass-0.4.0
	sci-CRAN/cachem
	sci-CRAN/lifecycle
	>=sci-CRAN/memoise-2.0.1
	sci-CRAN/mime
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"