mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: r-mitml: Update to 0.4-1.
* gnu/packages/cran.scm (r-mitml): Update to 0.4-1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
722d12e5f4
commit
f8706749e9
1 changed files with 4 additions and 2 deletions
|
@ -4280,19 +4280,21 @@ (define-public r-pan
|
|||
(define-public r-mitml
|
||||
(package
|
||||
(name "r-mitml")
|
||||
(version "0.3-7")
|
||||
(version "0.4-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mitml" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yqyxkyi1kmv5k63wxj5kkg5g8igk1axk2csb4xhj6wz0p89dxy6"))))
|
||||
"1bw92fl6xp3yvawh3nbjzs4hp4alpwj6vnv6lsysd74aqndw447c"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-haven" ,r-haven)
|
||||
("r-jomo" ,r-jomo)
|
||||
("r-pan" ,r-pan)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://cran.r-project.org/web/packages/mitml/")
|
||||
(synopsis "Tools for multiple imputation in multilevel modeling")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue