[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/93: gnu: r-statmod: Update to 1.4.35.
From: |
guix-commits |
Subject: |
89/93: gnu: r-statmod: Update to 1.4.35. |
Date: |
Sat, 31 Oct 2020 08:46:28 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9bca3c82fb0fc424d168b8ad4a7c081ba20cdb00
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:45:29 2020 +0100
gnu: r-statmod: Update to 1.4.35.
* gnu/packages/statistics.scm (r-statmod): Update to 1.4.35.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 042d1cd..a8c8753 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4419,13 +4419,13 @@ Wall Street Journal, among others. This package also
provides
(define-public r-statmod
(package
(name "r-statmod")
- (version "1.4.34")
+ (version "1.4.35")
(source (origin
(method url-fetch)
(uri (cran-uri "statmod" version))
(sha256
(base32
- "0yklg64aw5y8kfq5piafnrj1v3jv563iwzzl75g3kllrw23c508s"))))
+ "1zpqnfslq5gi6hvqjqnsn5kf2m986s1yb6kvyjd881n3h67l4pny"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/statmod")
(native-inputs
- 58/93: gnu: r-brms: Update to 2.14.0., (continued)
- 58/93: gnu: r-brms: Update to 2.14.0., guix-commits, 2020/10/31
- 63/93: gnu: r-workflows: Update to 0.2.1., guix-commits, 2020/10/31
- 65/93: gnu: r-tidypredict: Update to 0.4.8., guix-commits, 2020/10/31
- 66/93: gnu: r-parsnip: Update to 0.1.4., guix-commits, 2020/10/31
- 72/93: gnu: r-r6: Update to 2.5.0., guix-commits, 2020/10/31
- 74/93: gnu: r-tibble: Update to 3.0.4., guix-commits, 2020/10/31
- 91/93: gnu: r-vgam: Update to 1.1-4., guix-commits, 2020/10/31
- 84/93: gnu: r-domc: Update to 1.3.7., guix-commits, 2020/10/31
- 82/93: gnu: r-foreach: Update to 1.5.1., guix-commits, 2020/10/31
- 53/93: gnu: r-graphlayouts: Update to 0.7.1., guix-commits, 2020/10/31
- 89/93: gnu: r-statmod: Update to 1.4.35.,
guix-commits <=