# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='All-Cause and Excess Mortality Calculator' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/exmort_0.1.0.tar.gz" LICENSE='GPL-3' IUSE="${IUSE-} r_suggests_officedown r_suggests_testthat r_suggests_tinytex" R_SUGGESTS=" r_suggests_officedown? ( sci-CRAN/officedown ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_tinytex? ( sci-CRAN/tinytex ) " DEPEND="sci-CRAN/zoo sci-CRAN/shinycssloaders sci-CRAN/tibble sci-CRAN/data_table sci-CRAN/DT sci-CRAN/forecast sci-CRAN/dplyr sci-CRAN/ggplot2 sci-CRAN/kableExtra sci-CRAN/readxl sci-CRAN/tidyr sci-CRAN/stringr sci-CRAN/plotly sci-CRAN/lubridate virtual/mgcv sci-CRAN/reactable sci-CRAN/knitr sci-CRAN/openxlsx sci-CRAN/RColorBrewer sci-CRAN/base64enc sci-CRAN/ggrepel sci-CRAN/htmltools sci-CRAN/ISOweek sci-CRAN/scales sci-CRAN/shinyjs sci-CRAN/shinyalert sci-CRAN/rmarkdown sci-CRAN/reshape2 sci-CRAN/shiny " RDEPEND="${DEPEND-} app-text/pandoc ${R_SUGGESTS-} "