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

EAPI=8

inherit R-packages

DESCRIPTION='An Interface to Googles BigQuery Storage API'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/bigrquerystorage_1.1.0.tar.gz"

IUSE="${IUSE-} r_suggests_base64enc r_suggests_hms r_suggests_testthat
	r_suggests_tzdb r_suggests_wk"
R_SUGGESTS="
	r_suggests_base64enc? ( sci-CRAN/base64enc )
	r_suggests_hms? ( sci-CRAN/hms )
	r_suggests_testthat? ( sci-CRAN/testthat )
	r_suggests_tzdb? ( sci-CRAN/tzdb )
	r_suggests_wk? ( sci-CRAN/wk )
"
DEPEND="sci-CRAN/Rcpp
	sci-CRAN/tibble
	sci-CRAN/lifecycle
	sci-CRAN/bit64
	sci-CRAN/arrow
	sci-CRAN/rlang
	sci-CRAN/DBI
	sci-CRAN/bigrquery
	sci-CRAN/assertthat
"
RDEPEND="${DEPEND-}
	sci-CRAN/Rcpp
	${R_SUGGESTS-}
"