Archived
1
0
Fork 0

gnu: Add r-infotheo.

* gnu/packages/cran.scm (r-infotheo): New variable.
This commit is contained in:
Ricardo Wurmus 2018-08-29 13:10:58 +02:00
parent acf18cb190
commit 59b55def00
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4944,3 +4944,22 @@ developers to generate user interfaces easy to maintain.")
models. The methods employed are applicable to virtually any predictive model models. The methods employed are applicable to virtually any predictive model
and make comparisons between different methodologies straightforward.") and make comparisons between different methodologies straightforward.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-infotheo
(package
(name "r-infotheo")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "infotheo" version))
(sha256
(base32
"18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
(build-system r-build-system)
(home-page "http://homepage.meyerp.com/software")
(synopsis "Information-theoretic measures")
(description
"This package implements various measures of information theory based on
several entropy estimators.")
(license license:gpl3+)))