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 3/5] gnu: Add r-perm.
Date: Mon, 29 Jun 2020 16:03:38 +0800	[thread overview]
Message-ID: <20200629080340.13200-3-peterloleungyau@gmail.com> (raw)
In-Reply-To: <20200629080340.13200-1-peterloleungyau@gmail.com>

* gnu/packages/cran.scm (r-perm): 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 8be110a9bd..fe1a8e0b46 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22354,3 +22354,24 @@ methods can also be used for univariate censored data (see data set
 set @code{menopause}).  We also provide functions to visualize the
 observed data and the MLE.")
     (license license:gpl2+)))
+
+(define-public r-perm
+  (package
+    (name "r-perm")
+    (version "1.0-0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "perm" version))
+        (sha256
+          (base32
+            "0075awl66ynv10vypg63fcxk33qzvxddrp8mi4w08ysvimcyxijk"))))
+    (properties `((upstream-name . "perm")))
+    (build-system r-build-system)
+    (home-page
+      "https://cran.r-project.org/web/packages/perm/")
+    (synopsis
+      "Exact or Asymptotic permutation tests")
+    (description
+      "Perform Exact or Asymptotic permutation tests")
+    (license (list license:gpl2+ license:gpl3+))))
-- 
2.17.1





  parent 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 ` [bug#42119] [PATCH 1/5] gnu: Add r-icens Peter Lo
2020-06-29  8:03   ` [bug#42119] [PATCH 2/5] gnu: Add r-mlecens Peter Lo
2020-06-29  8:03   ` Peter Lo [this message]
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-3-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).