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