guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: Add r-adgoftest.


From: guix-commits
Subject: 03/18: gnu: Add r-adgoftest.
Date: Mon, 7 Jan 2019 12:44:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 03a3ec5e183c397d58eb7761a0e960cbbf85a6bf
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 4 17:29:01 2019 +0100

    gnu: Add r-adgoftest.
    
    * gnu/packages/cran.scm (r-adgoftest): 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 899db77..dba3f87 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8488,3 +8488,25 @@ parametrizations of Nolan.")
      "This package provides an R wrapper for the special functions and quasi
 random number generators of the GNU Scientific Library.")
     (license license:gpl2+)))
+
+(define-public r-adgoftest
+  (package
+    (name "r-adgoftest")
+    (version "0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ADGofTest" version))
+       (sha256
+        (base32
+         "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
+    (properties `((upstream-name . "ADGofTest")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/ADGofTest";)
+    (synopsis "Anderson-Darling GoF test")
+    (description
+     "This package provides an implementation of the Anderson-Darling GoF test
+with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
+Anderson-Darling Distribution\".")
+    ;; Any version of the GPL.
+    (license license:gpl3+)))



reply via email to

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