# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Early Detection of Public Health... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/episomer_3.0.35.tar.gz" LICENSE='EUPL-1.1' IUSE="${IUSE-} r_suggests_knitr r_suggests_testthat" R_SUGGESTS=" r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) " DEPEND="sci-CRAN/ggplot2 sci-CRAN/tibble sci-CRAN/stringr sci-CRAN/lubridate sci-CRAN/xtable sci-CRAN/janitor sci-CRAN/plotly sci-CRAN/dplyr sci-CRAN/future sci-CRAN/httr sci-CRAN/htmltools sci-CRAN/jsonlite sci-CRAN/processx sci-CRAN/rlang sci-CRAN/rmarkdown sci-CRAN/magrittr sci-CRAN/sf sci-CRAN/readxl sci-CRAN/cli sci-CRAN/rnaturalearthdata sci-CRAN/shiny sci-CRAN/emayili sci-CRAN/DT sci-CRAN/keyring sci-CRAN/httr2 sci-CRAN/openxlsx sci-CRAN/curl " RDEPEND="${DEPEND-} ${R_SUGGESTS-}" _UNRESOLVED_PACKAGES=( 'sci-CRAN/taskscheduleR' )