1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-factoextra: Update to 2.0.0.

* gnu/packages/cran.scm (r-factoextra): Update to 2.0.0.
[propagated-inputs]: Remove r-abind, r-reshape2, and r-tidyr; add r-rlang.
[native-inputs]: Add r-testthat.

Change-Id: If3b8016e74fc6002837b0020576f51e67cd517cb
This commit is contained in:
Ricardo Wurmus
2026-03-08 18:27:09 +01:00
parent e463d523cb
commit a47c21b162

View File

@@ -27107,25 +27107,24 @@ structured in groups, etc. and hierarchical cluster analysis.")
(define-public r-factoextra
(package
(name "r-factoextra")
(version "1.0.7")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "factoextra" version))
(sha256
(base32
"1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
"0229j9mana85c3yn3dsxpncr25wyn3nvsavb5dy1c33wyparr8lv"))))
(build-system r-build-system)
(propagated-inputs
(list r-abind
r-cluster
(list r-cluster
r-dendextend
r-factominer
r-ggplot2
r-ggpubr
r-ggrepel
r-reshape2
r-tidyr))
r-rlang))
(native-inputs (list r-testthat))
(home-page "http://www.sthda.com/english/rpkgs/factoextra")
(synopsis "Extract and visualize the results of multivariate data analyses")
(description