[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/22: gnu: r-accsda: Update to 1.1.3.
From: |
guix-commits |
Subject: |
18/22: gnu: r-accsda: Update to 1.1.3. |
Date: |
Mon, 11 Mar 2024 08:33:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4bec8df853db5f0d959f26ff1ff094e860fb5b6a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 11 13:30:19 2024 +0100
gnu: r-accsda: Update to 1.1.3.
* gnu/packages/cran.scm (r-accsda): Update to 1.1.3.
[propagated-inputs]: Remove r-ggthemes.
Change-Id: I00d749030f50d5837a5572c0642551e212e97a1a
---
gnu/packages/cran.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a8711b6db9..109d8d3c97 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28553,21 +28553,18 @@ and mixture of Gaussian models.")
(define-public r-accsda
(package
(name "r-accsda")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "accSDA" version))
(sha256
(base32
- "0jf4x5j9y7a3mvf2ghjp6bxdq1s5jh2sx3x3ar6f3lyzzvrnls4v"))))
+ "1s0c4wy4bzrc2fkka7kl519z1yckp6s4ggzy1ik992ygyprdcs1q"))))
(properties `((upstream-name . "accSDA")))
(build-system r-build-system)
(propagated-inputs
- (list r-ggplot2
- r-ggthemes
- r-gridextra
- r-mass))
+ (list r-ggplot2 r-gridextra r-mass))
(home-page "https://github.com/gumeo/accSDA/wiki")
(synopsis "Accelerated sparse discriminant analysis")
(description
- 10/22: gnu: r-colorramps: Update to 2.3.4., (continued)
- 10/22: gnu: r-colorramps: Update to 2.3.4., guix-commits, 2024/03/11
- 17/22: gnu: r-graphlayouts: Update to 1.1.1., guix-commits, 2024/03/11
- 21/22: gnu: r-paws-common: Update to 0.7.1., guix-commits, 2024/03/11
- 22/22: gnu: r-logger: Update to 0.3.0., guix-commits, 2024/03/11
- 14/22: gnu: r-gmodels: Update to 2.19.1., guix-commits, 2024/03/11
- 16/22: gnu: r-systemfonts: Update to 1.0.6., guix-commits, 2024/03/11
- 11/22: gnu: r-rnifti: Update to 1.6.1., guix-commits, 2024/03/11
- 13/22: gnu: r-cobs: Update to 1.3-8., guix-commits, 2024/03/11
- 15/22: gnu: r-ggraph: Update to 2.2.1., guix-commits, 2024/03/11
- 20/22: gnu: r-rstan: Update to 2.32.6., guix-commits, 2024/03/11
- 18/22: gnu: r-accsda: Update to 1.1.3.,
guix-commits <=
- 19/22: gnu: r-fda: Update to 6.1.8., guix-commits, 2024/03/11
- 09/22: gnu: r-admisc: Update to 0.35., guix-commits, 2024/03/11