[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/185: gnu: r-sparsem: Update to 1.84.
From: |
guix-commits |
Subject: |
174/185: gnu: r-sparsem: Update to 1.84. |
Date: |
Tue, 2 Jul 2024 09:29:06 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit 9afef1da20710215c5d1c9435da6dad1431f8ded
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:55 2024 +0200
gnu: r-sparsem: Update to 1.84.
* gnu/packages/statistics.scm (r-sparsem): Update to 1.84.
[native-inputs]: Add r-knitr.
Change-Id: I79262a62aaa58bc58279b3cef035f9dd95a81674
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 1b5fb41cb8..ec1869c789 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3672,17 +3672,17 @@ worker processes and collect and return the results on
the master.")
(define-public r-sparsem
(package
(name "r-sparsem")
- (version "1.81")
+ (version "1.84")
(source (origin
(method url-fetch)
(uri (cran-uri "SparseM" version))
(sha256
(base32
- "0csbqd9wm6r4162mday1iaigzf9wv2rp1zq8hnihys6f38w8z0xx"))))
+ "05pxj16l1d9smlsn9h3pxcnd49s8l7f6088xvn808pa1f3h9dybn"))))
(properties
`((upstream-name . "SparseM")))
(native-inputs
- (list gfortran))
+ (list gfortran r-knitr))
(build-system r-build-system)
(home-page "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html")
(synopsis "Sparse linear algebra")
- 166/185: gnu: r-backports: Update to 1.5.0., (continued)
- 166/185: gnu: r-backports: Update to 1.5.0., guix-commits, 2024/07/02
- 170/185: gnu: r-rmarkdown: Update to 2.27., guix-commits, 2024/07/02
- 171/185: gnu: r-rsqlite: Update to 2.3.7., guix-commits, 2024/07/02
- 176/185: gnu: r-biased-urn: Update to 2.0.12., guix-commits, 2024/07/02
- 169/185: gnu: r-rcpparmadillo: Update to 0.12.8.4.0., guix-commits, 2024/07/02
- 173/185: gnu: r-segmented: Update to 2.1-0., guix-commits, 2024/07/02
- 168/185: gnu: r-openssl: Update to 2.2.0., guix-commits, 2024/07/02
- 175/185: gnu: r-mvtnorm: Update to 1.2-5., guix-commits, 2024/07/02
- 179/185: gnu: r-vgam: Update to 1.1-11., guix-commits, 2024/07/02
- 172/185: gnu: r-xml: Update to 3.99-0.17., guix-commits, 2024/07/02
- 174/185: gnu: r-sparsem: Update to 1.84.,
guix-commits <=
- 177/185: gnu: r-hmisc: Update to 5.1-3., guix-commits, 2024/07/02
- 178/185: gnu: r-robustbase: Update to 0.99-3., guix-commits, 2024/07/02
- 180/185: gnu: r-minqa: Update to 1.2.7., guix-commits, 2024/07/02
- 181/185: gnu: r-quantreg: Update to 5.98., guix-commits, 2024/07/02
- 183/185: gnu: r-pbkrtest: Update to 0.5.3., guix-commits, 2024/07/02
- 182/185: gnu: r-lme4: Update to 1.1-35.4., guix-commits, 2024/07/02
- 184/185: gnu: r-clubsandwich: Update to 0.5.11., guix-commits, 2024/07/02
- 185/185: gnu: r-mumin: Update to 1.48.4., guix-commits, 2024/07/02