mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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
This commit is contained in:
parent
d14a9951ec
commit
4bec8df853
1 changed files with 3 additions and 6 deletions
|
@ -28553,21 +28553,18 @@ (define-public r-sparselda
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue