[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/111: gnu: r-jomo: Update to 2.7-3.
From: |
guix-commits |
Subject: |
22/111: gnu: r-jomo: Update to 2.7-3. |
Date: |
Mon, 14 Mar 2022 02:25:11 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 9567ee4a67a13367369577868ea971057c268251
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:22 2022 +0100
gnu: r-jomo: Update to 2.7-3.
* gnu/packages/cran.scm (r-jomo): Update to 2.7-3.
[propagated-inputs]: Add r-tibble.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2433bc0f67..06916b6b01 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5324,17 +5324,17 @@ Laplace approximation and adaptive Gauss-Hermite
quadrature.")
(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
- 04/111: gnu: python-pytorch-for-r-torch: Reuse python-pytorch., (continued)
- 04/111: gnu: python-pytorch-for-r-torch: Reuse python-pytorch., guix-commits, 2022/03/14
- 07/111: gnu: Add r-spatstat-random., guix-commits, 2022/03/14
- 01/111: gnu: r-shinyjqui: Update to 0.4.1., guix-commits, 2022/03/14
- 05/111: gnu: liblantern: Update to 0.7.0., guix-commits, 2022/03/14
- 12/111: gnu: r-jsonlite: Update to 1.8.0., guix-commits, 2022/03/14
- 13/111: gnu: r-colorspace: Update to 2.0-3., guix-commits, 2022/03/14
- 14/111: gnu: r-glue: Update to 1.6.2., guix-commits, 2022/03/14
- 16/111: gnu: r-circlize: Update to 0.4.14., guix-commits, 2022/03/14
- 17/111: gnu: r-cvst: Update to 0.2-3., guix-commits, 2022/03/14
- 19/111: gnu: r-gower: Update to 1.0.0., guix-commits, 2022/03/14
- 22/111: gnu: r-jomo: Update to 2.7-3.,
guix-commits <=
- 30/111: gnu: r-fst: Update to 0.9.8., guix-commits, 2022/03/14
- 20/111: gnu: r-generics: Update to 0.1.2., guix-commits, 2022/03/14
- 21/111: gnu: r-recipes: Update to 0.2.0., guix-commits, 2022/03/14
- 36/111: gnu: r-mvabund: Update to 4.2.1., guix-commits, 2022/03/14
- 39/111: gnu: r-admisc: Update to 0.24., guix-commits, 2022/03/14
- 43/111: gnu: r-rnexml: Update to 2.4.6., guix-commits, 2022/03/14
- 48/111: gnu: r-sets: Update to 1.0-21., guix-commits, 2022/03/14
- 51/111: gnu: r-sf: Update to 1.0-6., guix-commits, 2022/03/14
- 03/111: gnu: r-leaflet: Update to 2.1.0., guix-commits, 2022/03/14
- 06/111: gnu: r-torch: Update to 0.7.0., guix-commits, 2022/03/14