guix-commits
[Top][All Lists]
Advanced

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

21/54: gnu: Add r-acswr.


From: guix-commits
Subject: 21/54: gnu: Add r-acswr.
Date: Sat, 14 Dec 2019 07:36:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ffecbcbf517b78f31e2289ea067e9825a76a489b
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 14 10:07:08 2019 +0100

    gnu: Add r-acswr.
    
    * gnu/packages/cran.scm (r-acswr): 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 b588d6e..6059acd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17753,3 +17753,25 @@ returning the posterior probability that a given 
string was produced by a
 random process.  In addition, two traditional (but problematic) measures of
 complexity are also provided: entropy and change complexity.")
     (license license:gpl2+)))
+
+(define-public r-acswr
+  (package
+    (name "r-acswr")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ACSWR" version))
+       (sha256
+        (base32
+         "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
+    (properties `((upstream-name . "ACSWR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mass" ,r-mass)))
+    (home-page "https://cran.r-project.org/web/packages/ACSWR/";)
+    (synopsis "Companion package for the book \"A Course in Statistics with 
R\"")
+    (description
+     "This is a companion package for the book \"A Course in Statistics with
+R\" (ISBN 978-1-119-15272-9.)")
+    (license license:gpl2)))



reply via email to

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