# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Utility Functions, Datasets and ... (see metadata)' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/biostat3_0.1.9.tar.gz" LICENSE='GPL-2+' IUSE="${IUSE-} r_suggests_bshazard r_suggests_car r_suggests_dplyr r_suggests_epi r_suggests_rstpm2" R_SUGGESTS=" r_suggests_bshazard? ( sci-CRAN/bshazard ) r_suggests_car? ( sci-CRAN/car ) r_suggests_dplyr? ( sci-CRAN/dplyr ) r_suggests_epi? ( sci-CRAN/Epi ) r_suggests_rstpm2? ( sci-CRAN/rstpm2 ) " DEPEND="virtual/survival sci-CRAN/muhaz virtual/MASS >=dev-lang/R-3.5 " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"