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

EAPI=7

inherit R-packages

DESCRIPTION='Use Open Data from the Czech Sta... (see metadata)'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/czso_0.3.10.tar.gz"
LICENSE='MIT'

IUSE="${IUSE-} r_suggests_testthat"
R_SUGGESTS="r_suggests_testthat? ( sci-CRAN/testthat )"
DEPEND="sci-CRAN/cli
	>=sci-CRAN/httr-1.4.1
	>=sci-CRAN/dplyr-0.8.3
	>=sci-CRAN/curl-4.3
	>=sci-CRAN/jsonlite-1.6
	sci-CRAN/lifecycle
	sci-CRAN/magrittr
	>=sci-CRAN/readr-1.3.1
	>=sci-CRAN/rlang-0.4.4
	sci-CRAN/stringi
	>=sci-CRAN/tibble-2.1.3
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"