me
/
guix
Archived
1
0
Fork 0

gnu: r-multcomp: Update to 1.4-19.

* gnu/packages/cran.scm (r-multcomp): Update to 1.4-19.
master
Ricardo Wurmus 2022-05-28 08:30:25 +02:00
parent 0d606a229e
commit 847c134325
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12052,14 +12052,14 @@ packages maintained by Torsten Hothorn.")
(define-public r-multcomp
(package
(name "r-multcomp")
(version "1.4-18")
(version "1.4-19")
(source
(origin
(method url-fetch)
(uri (cran-uri "multcomp" version))
(sha256
(base32
"01i8gjppyxl3xph1dw0kags8qbb7r06j91kk3lkqn5gzrxjmwyhh"))))
"0mz5wdqrqpp2gqijfpp9rgfbq8yvxki4is8fbbc4qwdwryqp6d7h"))))
(build-system r-build-system)
(propagated-inputs
(list r-codetools r-mvtnorm r-sandwich r-survival r-th-data))