me
/
guix
Archived
1
0
Fork 0

gnu: r-mice: Update to 3.11.0.

* gnu/packages/cran.scm (r-mice): Update to 3.11.0.
master
Ricardo Wurmus 2020-08-12 11:56:38 +02:00
parent 514594c110
commit ede39b4948
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3740,14 +3740,14 @@ analysis of multiply imputed data sets.")
(define-public r-mice
(package
(name "r-mice")
(version "3.10.0")
(version "3.11.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mice" version))
(sha256
(base32
"0w81shmd2crpdlh66pnm27v4n06aayganq6kkalirln4c0ci2nyi"))))
"1gawccw32l00rcriyxys0mzbxh44x04rziy0cbycc3i1qm39d4fq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-broom" ,r-broom)