# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='A tidymodels Engine and Other Ex... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/midnight_0.2.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_colormap r_suggests_dalex r_suggests_ggbeeswarm r_suggests_ggforce r_suggests_ggplot2 r_suggests_metbrewer r_suggests_parsnip" R_SUGGESTS=" r_suggests_colormap? ( sci-CRAN/colormap ) r_suggests_dalex? ( sci-CRAN/DALEX ) r_suggests_ggbeeswarm? ( sci-CRAN/ggbeeswarm ) r_suggests_ggforce? ( sci-CRAN/ggforce ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_metbrewer? ( sci-CRAN/MetBrewer ) r_suggests_parsnip? ( sci-CRAN/parsnip ) " DEPEND="sci-CRAN/rlang sci-CRAN/Rcpp >=sci-CRAN/midr-0.6.0 " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/RcppEigen ${R_SUGGESTS-} "