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

EAPI=8

inherit R-packages

DESCRIPTION='Shiny Modules for General Tasks'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/formods_0.1.3.tar.gz"
LICENSE='BSD-2'

IUSE="${IUSE-} r_suggests_clipr r_suggests_covr r_suggests_devtools
	r_suggests_dt r_suggests_flextable r_suggests_ggpubr
	r_suggests_gtools r_suggests_here r_suggests_janitor r_suggests_knitr
	r_suggests_plotly r_suggests_prompter r_suggests_rmarkdown
	r_suggests_shinybusy r_suggests_shinydashboard r_suggests_testthat"
R_SUGGESTS="
	r_suggests_clipr? ( sci-CRAN/clipr )
	r_suggests_covr? ( sci-CRAN/covr )
	r_suggests_devtools? ( sci-CRAN/devtools )
	r_suggests_dt? ( sci-CRAN/DT )
	r_suggests_flextable? ( sci-CRAN/flextable )
	r_suggests_ggpubr? ( sci-CRAN/ggpubr )
	r_suggests_gtools? ( sci-CRAN/gtools )
	r_suggests_here? ( sci-CRAN/here )
	r_suggests_janitor? ( sci-CRAN/janitor )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_plotly? ( sci-CRAN/plotly )
	r_suggests_prompter? ( sci-CRAN/prompter )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_shinybusy? ( sci-CRAN/shinybusy )
	r_suggests_shinydashboard? ( sci-CRAN/shinydashboard )
	r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 )
"
DEPEND="sci-CRAN/rhandsontable
	sci-CRAN/shinyWidgets
	sci-CRAN/writexl
	sci-CRAN/zip
	sci-CRAN/digest
	sci-CRAN/cli
	sci-CRAN/ggplot2
	sci-CRAN/readr
	>=dev-lang/R-4.2.0
	sci-CRAN/rlang
	sci-CRAN/shinyAce
	sci-CRAN/stringr
	sci-CRAN/ggforce
	sci-CRAN/readxl
	sci-CRAN/shiny
	sci-CRAN/dplyr
	sci-CRAN/yaml
	>=sci-CRAN/onbrand-1.0.3
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"