[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/54: gnu: Add r-acss.
From: |
guix-commits |
Subject: |
20/54: gnu: Add r-acss. |
Date: |
Sat, 14 Dec 2019 07:36:37 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 0ea0b2dd46014fdfef14614d582d60ce29c65a1f
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 09:22:36 2019 +0100
gnu: Add r-acss.
* gnu/packages/cran.scm (r-acss): New variable.
---
gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 37f8e8d..b588d6e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17724,3 +17724,32 @@ they reached a halting state or failed to end. This
package contains data on
4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
distribution of the halting states.")
(license license:gpl2+)))
+
+(define-public r-acss
+ (package
+ (name "r-acss")
+ (version "0.2-5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "acss" version))
+ (sha256
+ (base32
+ "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
+ (properties `((upstream-name . "acss")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-acss-data" ,r-acss-data)
+ ("r-zoo" ,r-zoo)))
+ (home-page "http://complexitycalculator.com/methodology.html")
+ (synopsis "Algorithmic complexity for short strings")
+ (description
+ "The main purpose of this package is to provide the algorithmic
+complexity for short strings, an approximation of the Kolmogorov Complexity of
+a short string using the coding theorem method. While the database containing
+the complexity is provided in the data only package @code{acss.data}, this
+package provides functions accessing the data such as @code{prob_random}
+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+)))
- branch master updated (3e9e242 -> e31ec53e), guix-commits, 2019/12/14
- 20/54: gnu: Add r-acss.,
guix-commits <=
- 36/54: gnu: Add r-actuar., guix-commits, 2019/12/14
- 45/54: gnu: Add r-additivitytests., guix-commits, 2019/12/14
- 19/54: gnu: Add r-acss-data., guix-commits, 2019/12/14
- 41/54: gnu: Add r-adabag., guix-commits, 2019/12/14
- 24/54: gnu: Add r-actcd., guix-commits, 2019/12/14
- 06/54: gnu: Add r-tuner., guix-commits, 2019/12/14
- 53/54: gnu: Add r-adamethods., guix-commits, 2019/12/14
- 29/54: gnu: Add r-activedriver., guix-commits, 2019/12/14
- 50/54: gnu: Add r-archetypes., guix-commits, 2019/12/14
- 22/54: gnu: Add r-alabama., guix-commits, 2019/12/14