guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/92: gnu: Add r-npsurv.


From: Ricardo Wurmus
Subject: 14/92: gnu: Add r-npsurv.
Date: Tue, 30 Oct 2018 16:48:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2ea75a83690da0963cb72ab859f768c880cc707f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 28 19:23:04 2018 +0100

    gnu: Add r-npsurv.
    
    * gnu/packages/cran.scm (r-npsurv): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ba55e72..e321993 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7013,3 +7013,24 @@ problems under linear equality/inequality constraints.  
Functions for solving
 quadratic programming problems are also available, which transform such
 problems into least squares ones first.")
     (license license:gpl2+)))
+
+(define-public r-npsurv
+  (package
+    (name "r-npsurv")
+    (version "0.4-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "npsurv" version))
+       (sha256
+        (base32
+         "1wq4c9yfha5azjhrn40iiqkshmvh611sa90jp3lh82n4bl9zfk20"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-lsei" ,r-lsei)))
+    (home-page "https://www.stat.auckland.ac.nz/~yongwang";)
+    (synopsis "Nonparametric survival analysis")
+    (description
+     "This package contains functions for non-parametric survival analysis of
+exact and interval-censored observations.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]