# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Access the ArcGIS Routing and Ne... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/arcgisrouting_1.0.0.tar.gz" IUSE="${IUSE-} r_suggests_brio r_suggests_readr r_suggests_testthat r_suggests_wk" R_SUGGESTS=" r_suggests_brio? ( sci-CRAN/brio ) r_suggests_readr? ( sci-CRAN/readr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_wk? ( sci-CRAN/wk ) " DEPEND=">=dev-lang/R-4.3 sci-CRAN/arcgisutils sci-CRAN/cli sci-CRAN/sf sci-CRAN/httr2 sci-CRAN/yyjsonr sci-CRAN/vctrs sci-CRAN/RcppSimdJson sci-CRAN/rlang sci-CRAN/hms " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/heck' )