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

EAPI=8

inherit R-packages

DESCRIPTION='Tabulate Descriptive Statistics ... (see metadata)'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/tablet_0.6.5.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_boot r_suggests_csv r_suggests_haven
	r_suggests_knitr r_suggests_latexpdf r_suggests_r_utils
	r_suggests_rmarkdown r_suggests_shiny r_suggests_shinyace
	r_suggests_shinyfiles r_suggests_sortable r_suggests_testthat
	r_suggests_tinytex r_suggests_xtable r_suggests_yaml"
R_SUGGESTS="
	r_suggests_boot? ( virtual/boot )
	r_suggests_csv? ( sci-CRAN/csv )
	r_suggests_haven? ( sci-CRAN/haven )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_latexpdf? ( sci-CRAN/latexpdf )
	r_suggests_r_utils? ( sci-CRAN/R_utils )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_shiny? ( sci-CRAN/shiny )
	r_suggests_shinyace? ( sci-CRAN/shinyAce )
	r_suggests_shinyfiles? ( sci-CRAN/shinyFiles )
	r_suggests_sortable? ( sci-CRAN/sortable )
	r_suggests_testthat? ( sci-CRAN/testthat )
	r_suggests_tinytex? ( sci-CRAN/tinytex )
	r_suggests_xtable? ( sci-CRAN/xtable )
	r_suggests_yaml? ( sci-CRAN/yaml )
"
DEPEND=">=sci-CRAN/kableExtra-0.9.0
	sci-CRAN/fs
	sci-CRAN/rlang
	>=sci-CRAN/spork-0.2.7
	>=sci-CRAN/dplyr-1.0.2
	sci-CRAN/tidyr
	>=sci-CRAN/yamlet-0.10.21
	sci-CRAN/magrittr
	sci-CRAN/reactable
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"