gnu: r-mice: Update to 3.5.0.

* gnu/packages/cran.scm (r-mice): Update to 3.5.0.
master
Ricardo Wurmus 2019-05-19 09:23:43 +02:00
parent 1541f0a00c
commit 372f65ad94
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2965,14 +2965,14 @@ analysis of multiply imputed data sets.")
(define-public r-mice
(package
(name "r-mice")
(version "3.4.0")
(version "3.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mice" version))
(sha256
(base32
"0rdamj1j9z3kxmi27pc79v6mhh8rgxaxz4xz70ybf8kqh2x66cgm"))))
"0icydc312sbvzbp0r0mhs2r77a2ly2xvz5w5amirz3wdkvgyrk2g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-broom" ,r-broom)