mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-jomo: Update to 2.7-3.
* gnu/packages/cran.scm (r-jomo): Update to 2.7-3. [propagated-inputs]: Add r-tibble.
This commit is contained in:
parent
421e82ae88
commit
1383dde1b2
1 changed files with 3 additions and 3 deletions
|
@ -5324,17 +5324,17 @@ (define-public r-ordinal
|
|||
(define-public r-jomo
|
||||
(package
|
||||
(name "r-jomo")
|
||||
(version "2.7-2")
|
||||
(version "2.7-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jomo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sbcpacxnxbzwa8rr9x2bq7hh0s3sw6yznr90dkp43n6xk5xaqir"))))
|
||||
"0qq03zspmh8x2c8w882ynsw7wshr9b0fyrpwnqx5yc1xlzrqffcx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lme4 r-mass r-ordinal r-survival))
|
||||
(list r-lme4 r-mass r-ordinal r-survival r-tibble))
|
||||
(home-page "https://cran.r-project.org/web/packages/jomo/")
|
||||
(synopsis "Multilevel Joint Modelling Multiple Imputation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue