guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: Add r-pmcmr.


From: guix-commits
Subject: 01/14: gnu: Add r-pmcmr.
Date: Sat, 30 Mar 2019 03:55:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9563dd5599cbd88f33977de5b738a29b8ad57680
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 29 20:27:53 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4e3b2d8..ad67ae8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13816,3 +13816,25 @@ to a map or any other plot; format, plot and export 
gridded data.  The package
 was developed for displaying fisheries data but most functions can be used for
 more generic data visualisation.")
     (license license:gpl2+)))
+
+(define-public r-pmcmr
+  (package
+    (name "r-pmcmr")
+    (version "4.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "PMCMR" version))
+       (sha256
+        (base32
+         "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
+    (properties `((upstream-name . "PMCMR")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/PMCMR/";)
+    (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
+    (description
+     "This is a deprecated package for calculating pairwise multiple
+comparisons of mean rank sums.  This package is superseded by the novel
+PMCMRplus package.  The PMCMR package is no longer maintained, but kept for
+compatibility of reverse depending packages for some time.")
+    (license license:gpl3+)))



reply via email to

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