[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/23: gnu: r-matrixstats: Update to 1.0.0.
From: |
guix-commits |
Subject: |
22/23: gnu: r-matrixstats: Update to 1.0.0. |
Date: |
Sat, 3 Jun 2023 02:33:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 79b52c60e931714672f00204800c97b5f7e1c627
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 3 08:32:03 2023 +0200
gnu: r-matrixstats: Update to 1.0.0.
* gnu/packages/statistics.scm (r-matrixstats): Update to 1.0.0.
---
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 ae9b020ee9..fc98c456cd 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4193,13 +4193,13 @@ t-probabilities, quantiles, random deviates and
densities.")
(define-public r-matrixstats
(package
(name "r-matrixstats")
- (version "0.63.0")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "matrixStats" version))
(sha256
(base32
- "0pqz6mn5l7inh464yj45i6rf8ycab0zdvvjczwsv0bkl442bc060"))))
+ "0vxd7g1fm4x0f72bs1xfik1d4yklvpjdyg1hpx86pl8fwr86i1wl"))))
(properties `((upstream-name . "matrixStats")))
(build-system r-build-system)
(arguments
- 09/23: gnu: r-maptools: Update to 1.1-7., (continued)
- 09/23: gnu: r-maptools: Update to 1.1-7., guix-commits, 2023/06/03
- 11/23: gnu: r-performance: Update to 0.10.4., guix-commits, 2023/06/03
- 14/23: gnu: r-adabag: Update to 5.0., guix-commits, 2023/06/03
- 18/23: gnu: r-shapforxgboost: Update to 0.1.3., guix-commits, 2023/06/03
- 23/23: gnu: r-biased-urn: Update to 2.0.10., guix-commits, 2023/06/03
- 13/23: gnu: r-assertive-code: Update to 0.0-4., guix-commits, 2023/06/03
- 19/23: gnu: r-scico: Update to 1.4.0., guix-commits, 2023/06/03
- 20/23: gnu: r-stringfish: Update to 0.15.8., guix-commits, 2023/06/03
- 17/23: gnu: r-projpred: Update to 2.6.0., guix-commits, 2023/06/03
- 21/23: gnu: r-mvtnorm: Update to 1.2-0., guix-commits, 2023/06/03
- 22/23: gnu: r-matrixstats: Update to 1.0.0.,
guix-commits <=