# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Calculate Metrics for Trauma System Performance' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/traumar_1.2.7.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_broom r_suggests_spelling r_suggests_testthat" R_SUGGESTS=" r_suggests_broom? ( sci-CRAN/broom ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND=">=dev-lang/R-4.1 >=sci-CRAN/tidyselect-1.2.1 sci-CRAN/cli >=sci-CRAN/hms-1.1.4 >=sci-CRAN/lubridate-1.9.5 >=sci-CRAN/purrr-1.2.2 sci-CRAN/glue sci-CRAN/lifecycle >=sci-CRAN/dplyr-1.2.1 >=sci-CRAN/infer-1.1.0 >=sci-CRAN/nemsqar-1.1.2 >=sci-CRAN/patchwork-1.3.2 >=sci-CRAN/nortest-1.0.4 sci-CRAN/rlang >=sci-CRAN/tibble-3.3.1 >=sci-CRAN/ggplot2-4.0.3 >=sci-CRAN/tidyr-1.3.2 >=sci-CRAN/stringr-1.6.0 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"