mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-matrixtests: Add test inputs.
* gnu/packages/cran.scm (r-matrixtests)[native-inputs]: Add r-car, r-cosinor, r-cosinor2, r-moments, r-nortest, and r-pmcmrplus. Change-Id: I76a31fc34fa8cdaadfb56939f5d1a4de63c43262
This commit is contained in:
parent
d1ecc4aaa9
commit
bb6d215f68
1 changed files with 2 additions and 0 deletions
|
@ -4578,6 +4578,8 @@ (define-public r-matrixtests
|
|||
(properties `((upstream-name . "matrixTests")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrixstats))
|
||||
(native-inputs
|
||||
(list r-car r-cosinor r-cosinor2 r-moments r-nortest r-pmcmrplus))
|
||||
(home-page "https://github.com/karoliskoncevicius/matrixTests")
|
||||
(synopsis "Statistical hypothesis tests on rows and columns of matrices")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue