guix-commits
[Top][All Lists]
Advanced

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

38/39: gnu: Add r-suppdists.


From: Ricardo Wurmus
Subject: 38/39: gnu: Add r-suppdists.
Date: Thu, 17 Aug 2017 11:27:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit abcb849405ba75af41f8e090af587bc999667b0f
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 15 16:03:56 2017 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ce2c2b5..d1f684e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -876,3 +876,27 @@ testing for multivariate normality, distance components 
(disco) for
 non-parametric analysis of structured data, and other energy
 statistics/methods are implemented.")
     (license license:gpl2+)))
+
+(define-public r-suppdists
+  (package
+    (name "r-suppdists")
+    (version "1.1-9.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "SuppDists" version))
+       (sha256
+        (base32
+         "1ffx8wigqqvz2pnh06jjc0fnf4vq9z2rhwk2y3f9aszn18ap3dgw"))))
+    (properties `((upstream-name . "SuppDists")))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/SuppDists";)
+    (synopsis "Supplementary distributions")
+    (description
+     "This package provides ten distributions supplementing those built into
+R.  Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
+Spearman's rho, maximum F ratio, the Pearson product moment correlation
+coefficient, Johnson distributions, normal scores and generalized
+hypergeometric distributions.  In addition two random number generators of
+George Marsaglia are included.")
+    (license license:gpl2+)))



reply via email to

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