# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Hierarchical Methods for Differential Equations' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/hmde_1.2.2.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_cowplot r_suggests_desolve r_suggests_here r_suggests_knitr r_suggests_mass r_suggests_mixtools r_suggests_mnormt r_suggests_patchwork r_suggests_rmarkdown r_suggests_testthat r_suggests_withr" R_SUGGESTS=" r_suggests_cowplot? ( sci-CRAN/cowplot ) r_suggests_desolve? ( sci-CRAN/deSolve ) r_suggests_here? ( sci-CRAN/here ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_mass? ( virtual/MASS ) r_suggests_mixtools? ( sci-CRAN/mixtools ) r_suggests_mnormt? ( sci-CRAN/mnormt ) r_suggests_patchwork? ( sci-CRAN/patchwork ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND=">=dev-lang/R-4.1.0 sci-CRAN/purrr sci-CRAN/ggplot2 >=sci-CRAN/Rcpp-0.12.0 sci-CRAN/dplyr >=sci-CRAN/RcppParallel-5.0.1 sci-CRAN/rlang >=sci-CRAN/rstan-2.18.1 >=sci-CRAN/rstantools-2.3.1.1 " RDEPEND="${DEPEND-} >=sci-CRAN/BH-1.66.0 >=sci-CRAN/rstan-2.18.1 >=sci-CRAN/Rcpp-0.12.0 >=sci-CRAN/RcppEigen-0.3.3.3.0 >=sci-CRAN/RcppParallel-5.0.1 ${R_SUGGESTS-} "