# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='HTML Output Formats and Template... (see metadata)' KEYWORDS="~amd64" SRC_URI="http://cran.r-project.org/src/contrib/rmdformats_1.0.4.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_dt r_suggests_ggplot2 r_suggests_palmerpenguins r_suggests_questionr" R_SUGGESTS=" r_suggests_dt? ( sci-CRAN/DT ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_palmerpenguins? ( sci-CRAN/palmerpenguins ) r_suggests_questionr? ( sci-CRAN/questionr ) " DEPEND="sci-CRAN/knitr sci-CRAN/rmarkdown sci-CRAN/bookdown sci-CRAN/htmltools " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"