# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Building, Fitting and Evaluating PK/PD Modeles' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/SimuRg_0.2.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_ggally r_suggests_testthat" R_SUGGESTS=" r_suggests_ggally? ( sci-CRAN/GGally ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="virtual/MASS sci-CRAN/tidyr sci-CRAN/recipes sci-CRAN/sys >=dev-lang/R-3.5 sci-CRAN/synthpop virtual/cluster sci-CRAN/fastDummies sci-CRAN/dplyr sci-CRAN/forcats sci-CRAN/sensitivity sci-CRAN/ggplot2 sci-CRAN/ppcor sci-CRAN/rlang sci-CRAN/rxode2 sci-CRAN/stringr sci-CRAN/tibble sci-CRAN/purrr sci-CRAN/withr sci-CRAN/scales sci-CRAN/zoo sci-CRAN/uwot sci-CRAN/readr sci-CRAN/jsonlite sci-CRAN/philentropy sci-CRAN/lhs " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"