GNU bug report logs -
#42107
[PATCH] gnu: Add r-survminer and its dependencies
Previous Next
Reported by: Lo Peter <peterloleungyau <at> gmail.com>
Date: Sun, 28 Jun 2020 09:29:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 42107 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-kmsurv): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b054c62550..ceda3c57a3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22350,3 +22350,26 @@ estimator, namely: Petos CI, Rothman CI, CI's based on Greenwoods
variance, Thomas and Grunkemeier CI and the simultaneous confidence
bands by Nair and Hall and Wellner.")
(license license:gpl2+)))
+
+(define-public r-kmsurv
+ (package
+ (name "r-kmsurv")
+ (version "0.1-5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "KMsurv" version))
+ (sha256
+ (base32
+ "0hi5vvk584rl70gbrr75w9hc775xmbxnaig0dd6hlpi4071pnqjm"))))
+ (properties `((upstream-name . "KMsurv")))
+ (build-system r-build-system)
+ (home-page
+ "https://cran.r-project.org/web/packages/KMsurv/")
+ (synopsis
+ "Data sets from Klein and Moeschberger (1997), Survival Analysis")
+ (description
+ "Data sets and functions for Klein and Moeschberger (1997),
+\"Survival Analysis, Techniques for Censored and Truncated Data\",
+Springer.")
+ (license license:gpl3+)))
--
2.17.1
This bug report was last modified 4 years and 254 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.