# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='An R Interface to the California... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/rcatfish_1.0.4.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND=">=sci-CRAN/xml2-1.2.0 >=sci-CRAN/stringr-1.3.1 >=sci-CRAN/tidyr-0.8.1 >=sci-CRAN/httr-1.4.7 >=sci-CRAN/lubridate-1.9.3 >=dev-lang/R-4.4.0 >=sci-CRAN/jsonlite-1.8.9 >=sci-CRAN/curl-5.2.1 >=sci-CRAN/magrittr-2.0.3 >=sci-CRAN/qdapRegex-0.7.2 >=sci-CRAN/RCurl-1.95.4.11 >=sci-CRAN/rfishbase-5.0.0 >=sci-CRAN/rvest-0.3.2 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"