dev-R/survival: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-01 00:25:16 +02:00
parent 9a7b7a097c
commit 8fd7bd946e
3 changed files with 29 additions and 0 deletions

1
dev-R/survival/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST survival_3.2-11.tar.gz 6274168 BLAKE2B 2a8be50021773094fdaa548d6d9859f4c41d6dedebcbaefd07d7b2c8dce2507b1eb8192efe1f0b04df666b0ab38829bb0932afae3d9798b5e93e91a6f7cd2d2b SHA512 0f829dafe292994cb02c84f4bd679586a6fba80e7678eca89bef6db7dd1f5da5019f27f3bce4e8b90376ac94013115298bec9b6058d46d1d748cb2df823994a5

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Survival Analysis // Contains the core survival analysis
routines, including definition of Surv objects, Kaplan-Meier
and Aalen-Johansen (multi-state) curves, Cox models, and
parametric accelerated failure time models.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Survival Analysis'
SRC_URI="mirror://cran/src/contrib/survival_3.2-11.tar.gz"
KEYWORDS="~amd64"
LICENSE='LGPL-2+'
DEPEND="
virtual/Matrix
dev-lang/R[minimal]
>=dev-lang/R-3.5.0
"
RDEPEND="${DEPEND}"