gnu: r-mi: Update to 1.1.
* gnu/packages/cran.scm (r-mi): Update to 1.1. [native-inputs]: Add r-knitr.
parent
4cc33ce2b2
commit
bc0b78bf32
|
@ -24821,18 +24821,20 @@ Models.")
|
||||||
(define-public r-mi
|
(define-public r-mi
|
||||||
(package
|
(package
|
||||||
(name "r-mi")
|
(name "r-mi")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mi" version))
|
(uri (cran-uri "mi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
|
"11f75ivnax6p48mp2pasprws488cm2daym87sw2mcrywvf89fyjd"))))
|
||||||
(properties `((upstream-name . "mi")))
|
(properties `((upstream-name . "mi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-arm r-matrix))
|
(list r-arm r-matrix))
|
||||||
|
(native-inputs
|
||||||
|
(list r-knitr))
|
||||||
(home-page "http://www.stat.columbia.edu/~gelman/")
|
(home-page "http://www.stat.columbia.edu/~gelman/")
|
||||||
(synopsis "Missing data imputation and model checking")
|
(synopsis "Missing data imputation and model checking")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue