[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/54: gnu: Add r-acss-data.
From: |
guix-commits |
Subject: |
19/54: gnu: Add r-acss-data. |
Date: |
Sat, 14 Dec 2019 07:36:37 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 07d958fe0edb21df38541cc3a9eabf0ae1ab9f84
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 09:22:21 2019 +0100
gnu: Add r-acss-data.
* gnu/packages/cran.scm (r-acss-data): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 76bae8e..37f8e8d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17697,3 +17697,30 @@ are converted to standard errors to be bundled with
estimates in complex
operations on @code{acs} objects and present/plot data in statistically
appropriate ways.")
(license license:gpl3)))
+
+(define-public r-acss-data
+ (package
+ (name "r-acss-data")
+ (version "1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "acss.data" version))
+ (sha256
+ (base32
+ "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
+ (properties `((upstream-name . "acss.data")))
+ (build-system r-build-system)
+ (home-page "http://complexitycalculator.com/methodology.html")
+ (synopsis "Data for algorithmic complexity of short strings")
+ (description
+ "This is a data only package providing the algorithmic complexity of
+short strings, computed using the coding theorem method. For a given set of
+symbols in a string, all possible or a large number of random samples of
+Turing machines with a given number of states (e.g., 5) and number of symbols
+corresponding to the number of symbols in the strings were simulated until
+they reached a halting state or failed to end. This package contains data on
+4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
+4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
+distribution of the halting states.")
+ (license license:gpl2+)))
- branch master updated (3e9e242 -> e31ec53e), guix-commits, 2019/12/14
- 20/54: gnu: Add r-acss., guix-commits, 2019/12/14
- 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 <=
- 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
- 33/54: gnu: Add r-activpalprocessing., guix-commits, 2019/12/14
- 37/54: gnu: Add r-bmp., guix-commits, 2019/12/14
- 52/54: gnu: Add r-anthropometry., guix-commits, 2019/12/14