# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Evolutionary Minimizer for R' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/EmiR_1.0.5.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_testthat r_suggests_xml2" R_SUGGESTS=" r_suggests_testthat? ( sci-CRAN/testthat ) r_suggests_xml2? ( sci-CRAN/xml2 ) " DEPEND="sci-CRAN/mathjaxr sci-CRAN/Rdpack >=sci-CRAN/Rcpp-1.0.5 sci-CRAN/tictoc >=dev-lang/R-3.5.0 sci-CRAN/ggplot2 sci-CRAN/tibble sci-CRAN/tidyr sci-CRAN/dplyr sci-CRAN/gganimate sci-CRAN/data_table " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppProgress sci-CRAN/testthat ${R_SUGGESTS-} "