unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Lo <peterloleungyau@gmail.com>
To: 42119@debbugs.gnu.org
Cc: Peter Lo <peterloleungyau@gmail.com>
Subject: [bug#42119] [PATCH 1/5] gnu: Add r-icens.
Date: Mon, 29 Jun 2020 16:03:36 +0800	[thread overview]
Message-ID: <20200629080340.13200-1-peterloleungyau@gmail.com> (raw)
In-Reply-To: <CAEM+zmjKA6w9w3vp39LpMgaCaQrUsJVWkAbN-0cah+7yBdMtnA@mail.gmail.com>

* 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	other threads:[~2020-06-29  8:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29  8:02 [bug#42119] [PATCH] gnu: Add r-fhtest and its dependencies Lo Peter
2020-06-29  8:03 ` Peter Lo [this message]
2020-06-29  8:03   ` [bug#42119] [PATCH 2/5] gnu: Add r-mlecens Peter Lo
2020-06-29  8:03   ` [bug#42119] [PATCH 3/5] gnu: Add r-perm Peter Lo
2020-06-29  8:03   ` [bug#42119] [PATCH 4/5] gnu: Add r-interval Peter Lo
2020-06-29  8:03   ` [bug#42119] [PATCH 5/5] gnu: Add r-fhtest Peter Lo
2020-09-11 19:37 ` bug#42119: [PATCH] gnu: Add r-fhtest and its dependencies Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200629080340.13200-1-peterloleungyau@gmail.com \
    --to=peterloleungyau@gmail.com \
    --cc=42119@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).