# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Disproportionality Functions for Pharmacovigilance' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/pvda_0.0.4.tar.gz" LICENSE='GPL-3+' IUSE="${IUSE-} r_suggests_knitr r_suggests_rmarkdown r_suggests_testthat r_suggests_writexl" R_SUGGESTS=" r_suggests_knitr? ( >=sci-CRAN/knitr-1.43 ) r_suggests_rmarkdown? ( >=sci-CRAN/rmarkdown-2.24 ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.1.10 ) r_suggests_writexl? ( >=sci-CRAN/writexl-1.4.2 ) " DEPEND=">=sci-CRAN/tidyselect-1.2.0 >=sci-CRAN/cli-3.6.3 >=sci-CRAN/tidyr-1.3.0 >=sci-CRAN/dplyr-1.0.10 >=sci-CRAN/data_table-1.14.6 >=sci-CRAN/checkmate-2.1.0 >=sci-CRAN/dtplyr-1.2.2 >=sci-CRAN/glue-1.6.2 >=sci-CRAN/purrr-0.3.5 >=sci-CRAN/Rdpack-2.4 >=sci-CRAN/rlang-1.0.6 >=sci-CRAN/stringr-1.5.0 >=sci-CRAN/tibble-3.1.8 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"