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

EAPI=7

inherit R-packages

DESCRIPTION='Main Package of the EMU Speech D... (see metadata)'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/emuR_2.4.0.tar.gz"
LICENSE='GPL-2+'

IUSE="${IUSE-} r_suggests_compare r_suggests_ggplot2 r_suggests_knitr
	r_suggests_mass r_suggests_rmarkdown r_suggests_testthat"
R_SUGGESTS="
	r_suggests_compare? ( >=sci-CRAN/compare-0.2.4 )
	r_suggests_ggplot2? ( >=sci-CRAN/ggplot2-2.1.0 )
	r_suggests_knitr? ( >=sci-CRAN/knitr-1.7 )
	r_suggests_mass? ( virtual/MASS )
	r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-0.9.2 )
	r_suggests_testthat? ( >=sci-CRAN/testthat-0.7.1.99 )
"
DEPEND="sci-CRAN/uuid
	>=sci-CRAN/wrassp-0.1.4
	>=sci-CRAN/jsonlite-1.6.1
	>=sci-CRAN/tidyr-0.8.2
	sci-CRAN/shiny
	>=sci-CRAN/RSQLite-2.0.0
	>=sci-CRAN/httpuv-1.3.2
	>=sci-CRAN/dplyr-0.7.8
	>=dev-lang/R-3.5.0
	>=sci-CRAN/stringr-1.4.0
	>=sci-CRAN/DBI-0.3.1
	>=sci-CRAN/purrr-0.2.4
	>=sci-CRAN/rstudioapi-0.10
	>=sci-CRAN/mime-0.6
	>=sci-CRAN/httr-1.4.1
	>=sci-CRAN/readr-1.1.1
	sci-CRAN/rlang
	>=sci-CRAN/cli-2.5.0
	>=sci-CRAN/V8-3.4.0
	sci-CRAN/base64enc
	>=sci-CRAN/tibble-1.4.2
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"