mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-multcomp: Update to 1.4-18.
* gnu/packages/cran.scm (r-multcomp): Update to 1.4-18.
This commit is contained in:
parent
5319f8a582
commit
e125f8cd95
1 changed files with 2 additions and 2 deletions
|
@ -10973,14 +10973,14 @@ (define-public r-th-data
|
||||||
(define-public r-multcomp
|
(define-public r-multcomp
|
||||||
(package
|
(package
|
||||||
(name "r-multcomp")
|
(name "r-multcomp")
|
||||||
(version "1.4-17")
|
(version "1.4-18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "multcomp" version))
|
(uri (cran-uri "multcomp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02zv739mbmx672yrqqx8am229h7ps476wphig7jrrbfgay29sl21"))))
|
"01i8gjppyxl3xph1dw0kags8qbb7r06j91kk3lkqn5gzrxjmwyhh"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-codetools r-mvtnorm r-sandwich r-survival r-th-data))
|
(list r-codetools r-mvtnorm r-sandwich r-survival r-th-data))
|
||||||
|
|
Loading…
Reference in a new issue