# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Reinforcement Learning Tools for... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/multiRL_0.4.5.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_abc r_suggests_cmaes r_suggests_deoptim r_suggests_dicekriging r_suggests_ga r_suggests_gensa r_suggests_lhs r_suggests_mlr r_suggests_mlrmbo r_suggests_nloptr r_suggests_paramhelpers r_suggests_pls r_suggests_pso r_suggests_reticulate r_suggests_rgenoud r_suggests_smoof" R_SUGGESTS=" r_suggests_abc? ( sci-CRAN/abc ) r_suggests_cmaes? ( sci-CRAN/cmaes ) r_suggests_deoptim? ( sci-CRAN/DEoptim ) r_suggests_dicekriging? ( sci-CRAN/DiceKriging ) r_suggests_ga? ( sci-CRAN/GA ) r_suggests_gensa? ( sci-CRAN/GenSA ) r_suggests_lhs? ( sci-CRAN/lhs ) r_suggests_mlr? ( sci-CRAN/mlr ) r_suggests_mlrmbo? ( sci-CRAN/mlrMBO ) r_suggests_nloptr? ( sci-CRAN/nloptr ) r_suggests_paramhelpers? ( sci-CRAN/ParamHelpers ) r_suggests_pls? ( sci-CRAN/pls ) r_suggests_pso? ( sci-CRAN/pso ) r_suggests_reticulate? ( sci-CRAN/reticulate ) r_suggests_rgenoud? ( sci-CRAN/rgenoud ) r_suggests_smoof? ( sci-CRAN/smoof ) " DEPEND="sci-CRAN/ggplot2 >=dev-lang/R-4.1.0 sci-CRAN/scales sci-CRAN/future sci-CRAN/Rcpp sci-CRAN/doFuture sci-CRAN/foreach sci-CRAN/doRNG sci-CRAN/progressr " RDEPEND="${DEPEND-} sci-CRAN/Rcpp ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'keras' 'sci-CRAN/keras3' )