guix-patches
[Top][All Lists]
Advanced

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

[bug#42119] [PATCH 1/5] gnu: Add r-icens.


From: Peter Lo
Subject: [bug#42119] [PATCH 1/5] gnu: Add r-icens.
Date: Mon, 29 Jun 2020 16:03:36 +0800

* gnu/packages/bioconductor.scm (r-icens): New variable.
---
 gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 002f4a0edb..763c219d9e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8117,3 +8117,26 @@ dimensional mass cytometry data.")
 Tool) analysis automatic by constructing a HTTP POST request according to
 user's input and automatically retrieving results from GREAT web server.")
     (license license:expat)))
+
+(define-public r-icens
+  (package
+    (name "r-icens")
+    (version "1.60.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (bioconductor-uri "Icens" version))
+        (sha256
+          (base32
+            "0fh7wgkrw20f61p06i87nccnbig9wv4m0jcg7cx1rw7g2ndnabgp"))))
+    (properties `((upstream-name . "Icens")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-survival" ,r-survival)))
+    (home-page
+      "https://bioconductor.org/packages/release/bioc/html/Icens.html";)
+    (synopsis
+      "NPMLE for Censored and Truncated Data")
+    (description
+      "Many functions for computing the NPMLE for censored and
+truncated data.")
+    (license license:artistic2.0)))
-- 
2.17.1






reply via email to

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