# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Goodness-of-Fit Methods for Right-Censored Data'
KEYWORDS="~amd64"
SRC_URI="http://cran.r-project.org/src/contrib/GofCens_0.92.tar.gz"
LICENSE='GPL-2+'

DEPEND="sci-CRAN/survsim
	sci-CRAN/gridExtra
	sci-CRAN/fitdistrplus
	sci-CRAN/ggplot2
	>=dev-lang/R-3.5.0
	sci-CRAN/actuar
	virtual/survival
"
RDEPEND="${DEPEND-}"