mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
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:
1
dev-R/survival/Manifest
Normal file
1
dev-R/survival/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST survival_3.2-11.tar.gz 6274168 BLAKE2B 2a8be50021773094fdaa548d6d9859f4c41d6dedebcbaefd07d7b2c8dce2507b1eb8192efe1f0b04df666b0ab38829bb0932afae3d9798b5e93e91a6f7cd2d2b SHA512 0f829dafe292994cb02c84f4bd679586a6fba80e7678eca89bef6db7dd1f5da5019f27f3bce4e8b90376ac94013115298bec9b6058d46d1d748cb2df823994a5
|
||||
10
dev-R/survival/metadata.xml
Normal file
10
dev-R/survival/metadata.xml
Normal 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>
|
||||
18
dev-R/survival/survival-3.2.11.ebuild
Normal file
18
dev-R/survival/survival-3.2.11.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user