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

EAPI=8

inherit R-packages

DESCRIPTION='Working Examples for Reproducibl... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/stationery_1.1.tar.gz"

IUSE="${IUSE-} r_suggests_lavaan r_suggests_pander r_suggests_psych
	r_suggests_rockchalk r_suggests_xtable"
R_SUGGESTS="
	r_suggests_lavaan? ( sci-CRAN/lavaan )
	r_suggests_pander? ( sci-CRAN/pander )
	r_suggests_psych? ( sci-CRAN/psych )
	r_suggests_rockchalk? ( sci-CRAN/rockchalk )
	r_suggests_xtable? ( sci-CRAN/xtable )
"
DEPEND="sci-CRAN/kutils
	sci-CRAN/knitr
	sci-CRAN/rmarkdown
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"