# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Quality Evaluation of Core Collections' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/EvaluateCore_0.1.5.tar.gz" LICENSE='|| ( GPL-2 GPL-3 )' IUSE="${IUSE-} r_suggests_corehunter r_suggests_httr r_suggests_pander r_suggests_rcurl r_suggests_rjava r_suggests_xml" R_SUGGESTS=" r_suggests_corehunter? ( sci-CRAN/corehunter ) r_suggests_httr? ( sci-CRAN/httr ) r_suggests_pander? ( sci-CRAN/pander ) r_suggests_rcurl? ( sci-CRAN/RCurl ) r_suggests_rjava? ( >=sci-CRAN/rJava-0.9.8 ) r_suggests_xml? ( sci-CRAN/XML ) " DEPEND="sci-CRAN/mathjaxr virtual/boot sci-CRAN/ggplot2 sci-CRAN/entropy >=dev-lang/R-3.5.0 sci-CRAN/missMDA sci-CRAN/reshape2 sci-CRAN/Rdpack sci-CRAN/agricolae sci-CRAN/kSamples virtual/cluster sci-CRAN/dplyr sci-CRAN/tibble sci-CRAN/vegan sci-CRAN/psych sci-CRAN/ggtext sci-CRAN/ggcorrplot sci-CRAN/car " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"