all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <56021@debbugs.gnu.org>
Subject: [bug#56021] [PATCH 1/3] gnu: Add r-nada.
Date: Thu, 16 Jun 2022 17:57:19 +0200	[thread overview]
Message-ID: <20220616155721.23547-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <c88b9d89c0af48c5816bfcef153381f3@mdc-berlin.de>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b326332bf6..28cd2e7fad 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27881,6 +27881,26 @@ (define-public r-nabor
 to speed up repeated queries of the same set of target points.")
     (license license:bsd-3)))
 
+(define-public r-nada
+  (package
+    (name "r-nada")
+    (version "1.6-1.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "NADA" version))
+              (sha256
+               (base32
+                "0jp4mqr77cx7q5lff84s6wb0dwjy9mi0jyhbjc5fsx50bdczc3v7"))))
+    (properties `((upstream-name . "NADA")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-survival))
+    (home-page "https://cran.r-project.org/package=NADA")
+    (synopsis "Nondetects and data analysis for environmental data")
+    (description
+     "This package contains methods described by Dennis Helsel in his book
+@emph{Nondetects and Data Analysis: Statistics for Censored Environmental Data}.")
+    (license license:gpl2+)))
+
 (define-public r-naturalsort
   (package
    (name "r-naturalsort")

base-commit: ef2d908e22f9d4f4a89782766b67d425935ae4eb
-- 
2.36.1





  reply	other threads:[~2022-06-16 15:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16 15:55 [bug#56021] gnu: Add r-nada, r-zcompositions, r-aldex2 MadalinIonel.Patrascu
2022-06-16 15:57 ` Mădălin Ionel Patrașcu [this message]
2022-06-16 15:57   ` [bug#56021] [PATCH 2/3] gnu: Add r-zcompositions Mădălin Ionel Patrașcu
2022-06-16 15:57   ` [bug#56021] [PATCH 3/3] gnu: Add r-aldex2 Mădălin Ionel Patrașcu
2022-11-04 11:56 ` bug#56021: gnu: Add r-nada, r-zcompositions, r-aldex2 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

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

  git send-email \
    --in-reply-to=20220616155721.23547-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=56021@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.