# 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 ArcGIS Data Services'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/arcgislayers_0.2.0.tar.gz"

IUSE="${IUSE-} r_suggests_dbplyr r_suggests_dplyr r_suggests_rmarkdown
	r_suggests_testthat r_suggests_tidyselect r_suggests_vctrs"
R_SUGGESTS="
	r_suggests_dbplyr? ( sci-CRAN/dbplyr )
	r_suggests_dplyr? ( sci-CRAN/dplyr )
	r_suggests_rmarkdown? ( sci-CRAN/rmarkdown )
	r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 )
	r_suggests_tidyselect? ( sci-CRAN/tidyselect )
	r_suggests_vctrs? ( sci-CRAN/vctrs )
"
DEPEND="sci-CRAN/lifecycle
	sci-CRAN/RcppSimdJson
	sci-CRAN/cli
	>=sci-CRAN/httr2-1.0.0
	sci-CRAN/rlang
	sci-CRAN/sf
	>=sci-CRAN/arcgisutils-0.2.0
	sci-CRAN/jsonify
	sci-CRAN/terra
"
RDEPEND="${DEPEND-} ${R_SUGGESTS-}"