me
/
guix
Archived
1
0
Fork 0

gnu: r-additivitytests: Update to 1.1-4.1.

* gnu/packages/cran.scm (r-additivitytests): Update to 1.1-4.1.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2022-07-01 15:30:05 +02:00
parent 9ccb54d8de
commit ec2a12025e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -23663,17 +23663,18 @@ also supports low-level tensor operations and GPU acceleration.")
(define-public r-additivitytests
(package
(name "r-additivitytests")
(version "1.1-4")
(version "1.1-4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "additivityTests" version))
(sha256
(base32
"048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
"00kzfv86z6kk0gvbz9mg3p6xi5fb8cn74rhslr17rdpd02md0884"))))
(properties
`((upstream-name . "additivityTests")))
(build-system r-build-system)
(native-inputs (list r-knitr))
(home-page "https://github.com/simecek/additivityTests")
(synopsis "Additivity tests in the two way Anova with single sub-class numbers")
(description