# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit R-packages DESCRIPTION='Regression with Interval-Censored Covariates' KEYWORDS="~amd64 ~x64-macos ~arm64-macos" SRC_URI="http://cran.r-project.org/src/contrib/rwicc_0.2.0.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_badger r_suggests_knitr r_suggests_markdown r_suggests_pander r_suggests_rmarkdown r_suggests_spelling r_suggests_testthat r_suggests_vdiffr r_suggests_withr" R_SUGGESTS=" r_suggests_badger? ( sci-CRAN/badger ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_markdown? ( sci-CRAN/markdown ) r_suggests_pander? ( sci-CRAN/pander ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_spelling? ( sci-CRAN/spelling ) r_suggests_testthat? ( >=sci-CRAN/testthat-3.0.0 ) r_suggests_vdiffr? ( sci-CRAN/vdiffr ) r_suggests_withr? ( sci-CRAN/withr ) " DEPEND="sci-CRAN/rlang sci-CRAN/biglm >=dev-lang/R-4.1.0 >=sci-CRAN/dplyr-1.1.0 sci-CRAN/lubridate sci-CRAN/lobstr sci-CRAN/arm sci-CRAN/ggplot2 sci-CRAN/scales sci-CRAN/plotly sci-CRAN/ggrepel " RDEPEND="${DEPEND-} ${R_SUGGESTS-}"