# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Read Australian Agricultural Dat... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/read.abares_3.0.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_bit64 r_suggests_knitr r_suggests_openxlsx r_suggests_pander r_suggests_rmarkdown r_suggests_roxyglobals r_suggests_skimr r_suggests_spelling r_suggests_testthat r_suggests_zip" R_SUGGESTS=" r_suggests_bit64? ( sci-CRAN/bit64 ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_openxlsx? ( sci-CRAN/openxlsx ) r_suggests_pander? ( sci-CRAN/pander ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_roxyglobals? ( sci-CRAN/roxyglobals ) r_suggests_skimr? ( sci-CRAN/skimr ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_zip? ( sci-CRAN/zip ) " DEPEND="sci-CRAN/htm2txt sci-CRAN/cli sci-CRAN/fs sci-CRAN/purrr sci-CRAN/tidync sci-CRAN/readxl sci-CRAN/data_table sci-CRAN/lubridate >=dev-lang/R-4.1.0 sci-CRAN/brio sci-CRAN/rlang sci-CRAN/sf sci-CRAN/stringr sci-CRAN/withr sci-CRAN/whoami sci-CRAN/stars sci-CRAN/terra sci-CRAN/httr2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"