# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Taxonomic Information from Around the Web' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/taxize_0.10.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_testthat r_suggests_vcr r_suggests_vegan" R_SUGGESTS=" r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_vcr? ( sci-CRAN/vcr ) r_suggests_vegan? ( sci-CRAN/vegan ) " DEPEND="sci-CRAN/curl sci-CRAN/R6 >=dev-lang/R-3.2.1 >=sci-CRAN/worrms-0.4.0 sci-CRAN/zoo sci-CRAN/jsonlite >=sci-CRAN/tibble-1.2 >=sci-CRAN/wikitaxa-0.3.0 sci-CRAN/phangorn sci-CRAN/cli >=sci-CRAN/xml2-1.2.0 sci-CRAN/ape >=sci-CRAN/crul-0.7.0 sci-CRAN/crayon sci-CRAN/stringi sci-CRAN/rredlist >=sci-CRAN/rotl-3.0.0 >=sci-CRAN/ritis-0.7.6 >=sci-CRAN/natserv-1.0.0 sci-CRAN/data_table sci-CRAN/lifecycle " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"