mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-acss: Update to 0.3-2.
* gnu/packages/cran.scm (r-acss): Update to 0.3-2. [native-inputs]: Add r-knitr. Change-Id: Ia06bd5f5fbf3a4a39d5519d8d5df19c1cb5ae875
This commit is contained in:
parent
f722e4f313
commit
abf960c7d5
1 changed files with 3 additions and 2 deletions
|
|
@ -41879,18 +41879,19 @@ distribution of the halting states.")
|
|||
(define-public r-acss
|
||||
(package
|
||||
(name "r-acss")
|
||||
(version "0.2-5")
|
||||
(version "0.3-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "acss" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
|
||||
"1sxkbzlg6hhbpp1rg4lb2dhl2lmc8z8zbmjhi0dimxbp6am16mpn"))))
|
||||
(properties `((upstream-name . "acss")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-acss-data r-zoo))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "http://complexitycalculator.com/methodology.html")
|
||||
(synopsis "Algorithmic complexity for short strings")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue