[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/68: gnu: r-glmmtmb: Update to 1.1.3.
From: |
guix-commits |
Subject: |
21/68: gnu: r-glmmtmb: Update to 1.1.3. |
Date: |
Tue, 15 Mar 2022 15:14:09 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 1f8b2c1671f523cf3d1777a53eb746f585560f3c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:34 2022 +0100
gnu: r-glmmtmb: Update to 1.1.3.
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.1.3.
[native-inputs]: Add r-rmarkdown.
---
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 9ea569a1d7..e561cf95a6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11846,14 +11846,14 @@ models.")
(define-public r-glmmtmb
(package
(name "r-glmmtmb")
- (version "1.1.2.3")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "glmmTMB" version))
(sha256
(base32
- "1yfwwz2dhd34vgagg8hi7irkqw8padavbc7337jdiwgk3w01wqsm"))))
+ "0xdjc3gx0cj098rrjzlsy9cccxzfvn029xh4ycpya4xjhxsykldr"))))
(properties `((upstream-name . "glmmTMB")))
(build-system r-build-system)
(propagated-inputs
@@ -11864,7 +11864,7 @@ models.")
r-rcppeigen
r-tmb))
(native-inputs
- (list r-knitr)) ; for vignettes
+ (list r-knitr r-rmarkdown)) ; for vignettes
(home-page "https://github.com/glmmTMB")
(synopsis "Generalized linear mixed models")
(description
- 65/68: gnu: r-rmarkdown: Update to 2.13., (continued)
- 65/68: gnu: r-rmarkdown: Update to 2.13., guix-commits, 2022/03/15
- 56/68: gnu: r-bien: Update to 1.2.5., guix-commits, 2022/03/15
- 42/68: gnu: r-quanteda: Update to 3.2.1., guix-commits, 2022/03/15
- 68/68: gnu: r-sn: Update to 2.0.2., guix-commits, 2022/03/15
- 02/68: gnu: r-datawizard: Update to 0.3.0., guix-commits, 2022/03/15
- 06/68: gnu: r-rcpp: Update to 1.0.8.2., guix-commits, 2022/03/15
- 08/68: gnu: r-fitdistrplus: Update to 1.1-8., guix-commits, 2022/03/15
- 12/68: gnu: r-seriation: Update to 1.3.3., guix-commits, 2022/03/15
- 16/68: gnu: r-flextable: Update to 0.7.0., guix-commits, 2022/03/15
- 17/68: gnu: r-precrec: Update to 0.12.9., guix-commits, 2022/03/15
- 21/68: gnu: r-glmmtmb: Update to 1.1.3.,
guix-commits <=
- 62/68: gnu: r-commonmark: Update to 1.8.0., guix-commits, 2022/03/15
- 46/68: gnu: r-semplot: Update to 1.1.5., guix-commits, 2022/03/15
- 64/68: gnu: r-withr: Update to 2.5.0., guix-commits, 2022/03/15
- 59/68: gnu: r-locfit: Update to 1.5-9.5., guix-commits, 2022/03/15