# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Evolutionary Minimizer for R'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/EmiR_1.0.4.tar.gz"
LICENSE='GPL-3'

IUSE="${IUSE-} r_suggests_xml2"
R_SUGGESTS="r_suggests_xml2? ( sci-CRAN/xml2 )"
DEPEND=">=dev-lang/R-3.5.0
	sci-CRAN/ggplot2
	>=sci-CRAN/Rcpp-1.0.5
	sci-CRAN/tibble
	sci-CRAN/Rdpack
	sci-CRAN/tidyr
	sci-CRAN/gganimate
	sci-CRAN/mathjaxr
	sci-CRAN/data_table
	sci-CRAN/plot3D
	sci-CRAN/tictoc
	sci-CRAN/dplyr
"
RDEPEND="${DEPEND-}
	sci-CRAN/Rcpp
	sci-CRAN/RcppProgress
	${R_SUGGESTS-}
"