# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Signal Detection Analysis' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/EpiSignalDetection_0.1.3.tar.gz" LICENSE='EUPL-1.1' IUSE="${IUSE-} r_suggests_dt r_suggests_ggplot2 r_suggests_knitr r_suggests_pander" R_SUGGESTS=" r_suggests_dt? ( sci-CRAN/DT ) r_suggests_ggplot2? ( sci-CRAN/ggplot2 ) r_suggests_knitr? ( >=sci-CRAN/knitr-1.20 ) r_suggests_pander? ( sci-CRAN/pander ) " DEPEND=">=dev-lang/R-3.4.0 sci-CRAN/rmarkdown sci-CRAN/shiny sci-CRAN/dplyr sci-CRAN/ISOweek sci-CRAN/surveillance " RDEPEND="${DEPEND-} app-text/pandoc ${R_SUGGESTS-} "