[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: r-matrix: Update to 1.2-17.
From: |
guix-commits |
Subject: |
01/16: gnu: r-matrix: Update to 1.2-17. |
Date: |
Sun, 24 Mar 2019 15:37:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d378e1a1c5f80dbb06bf8bb4b5a3cf2a45991799
Author: Ricardo Wurmus <address@hidden>
Date: Sun Mar 24 11:25:22 2019 +0100
gnu: r-matrix: Update to 1.2-17.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-17.
---
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 6face99..a1929e9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -548,14 +548,14 @@ also flexible enough to handle most nonstandard
requirements.")
(define-public r-matrix
(package
(name "r-matrix")
- (version "1.2-16")
+ (version "1.2-17")
(source
(origin
(method url-fetch)
(uri (cran-uri "Matrix" version))
(sha256
(base32
- "10fh0y1wd0bvnqbzlyck08pn1vxcd58bskx2lrf9m42v5792ba9p"))))
+ "1k1zf92ycqr7fz44w7bp1p354ww7jg0wm23ybb8dzmbg37qfchyv"))))
(properties `((upstream-name . "Matrix")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (da4cdc4 -> c30be23), guix-commits, 2019/03/24
- 02/16: gnu: r-openssl: Update to 1.3., guix-commits, 2019/03/24
- 01/16: gnu: r-matrix: Update to 1.2-17.,
guix-commits <=
- 03/16: gnu: r-rcpparmadillo: Update to 0.9.300.2.0., guix-commits, 2019/03/24
- 06/16: gnu: r-polynom: Update to 1.4-0., guix-commits, 2019/03/24
- 04/16: gnu: r-pls: Update to 2.7-1., guix-commits, 2019/03/24
- 05/16: gnu: r-quantmod: Update to 0.4-14., guix-commits, 2019/03/24
- 07/16: gnu: r-getopt: Update to 1.20.3., guix-commits, 2019/03/24
- 10/16: gnu: r-phangorn: Update to 2.5.3., guix-commits, 2019/03/24
- 15/16: gnu: Add r-brobdingnag., guix-commits, 2019/03/24
- 11/16: gnu: Add r-lemon., guix-commits, 2019/03/24
- 13/16: gnu: Add r-bedr., guix-commits, 2019/03/24
- 14/16: gnu: Add r-partitions., guix-commits, 2019/03/24