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

EAPI=7

inherit R-packages

DESCRIPTION='Interface to Virtuoso using ODBC'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/virtuoso_0.1.8.tar.gz"
LICENSE='MIT'

IUSE="${IUSE-} r_suggests_covr r_suggests_dplyr r_suggests_jsonld
	r_suggests_knitr r_suggests_nycflights13 r_suggests_rmarkdown
	r_suggests_spelling r_suggests_testthat"
R_SUGGESTS="
	r_suggests_covr? ( sci-CRAN/covr )
	r_suggests_dplyr? ( sci-CRAN/dplyr )
	r_suggests_jsonld? ( sci-CRAN/jsonld )
	r_suggests_knitr? ( sci-CRAN/knitr )
	r_suggests_nycflights13? ( sci-CRAN/nycflights13 )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_spelling? ( sci-CRAN/spelling )
	r_suggests_testthat? ( sci-CRAN/testthat )
"
DEPEND="sci-CRAN/odbc
	sci-CRAN/curl
	sci-CRAN/processx
	sci-CRAN/ini
	sci-CRAN/rappdirs
	sci-CRAN/DBI
	sci-CRAN/fs
	sci-CRAN/digest
	sci-CRAN/ps
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"