[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/150: gnu: r-factominer: Update to 2.4.
From: |
guix-commits |
Subject: |
38/150: gnu: r-factominer: Update to 2.4. |
Date: |
Wed, 20 Jan 2021 11:20:46 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 47584730245b04a30f788129462ff9b3b046e977
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:09:04 2021 +0100
gnu: r-factominer: Update to 2.4.
* gnu/packages/cran.scm (r-factominer): Update to 2.4.
[propagated-inputs]: Add r-dt.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 35e9d27..b2a5fcd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6871,19 +6871,20 @@ clustering.")
(define-public r-factominer
(package
(name "r-factominer")
- (version "2.3")
+ (version "2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "FactoMineR" version))
(sha256
(base32
- "0ldgf3daksh6lpblhqys67m4mxqx3q9s9n5plfam6dwshfik0ky6"))))
+ "0lg8n9fxxk46nchnj4pbpqqf4swxfsq7r9jzr36dmd36kb7avqxr"))))
(properties `((upstream-name . "FactoMineR")))
(build-system r-build-system)
(propagated-inputs
`(("r-car" ,r-car)
("r-cluster" ,r-cluster)
+ ("r-dt" ,r-dt)
("r-ellipse" ,r-ellipse)
("r-flashclust" ,r-flashclust)
("r-ggplot2" ,r-ggplot2)
@@ -6892,6 +6893,8 @@ clustering.")
("r-leaps" ,r-leaps)
("r-mass" ,r-mass)
("r-scatterplot3d" ,r-scatterplot3d)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "http://factominer.free.fr")
(synopsis "Multivariate exploratory data analysis and data mining")
(description
- 31/150: gnu: r-ggridges: Update to 0.5.3., (continued)
- 31/150: gnu: r-ggridges: Update to 0.5.3., guix-commits, 2021/01/20
- 39/150: gnu: r-fansi: Update to 0.4.2., guix-commits, 2021/01/20
- 41/150: gnu: r-profilemodel: Update to 0.6.1., guix-commits, 2021/01/20
- 35/150: gnu: r-expm: Update to 0.999-6., guix-commits, 2021/01/20
- 37/150: gnu: r-renv: Update to 0.12.5., guix-commits, 2021/01/20
- 32/150: gnu: r-xfun: Update to 0.20., guix-commits, 2021/01/20
- 34/150: gnu: r-tinytex: Update to 0.28., guix-commits, 2021/01/20
- 44/150: gnu: r-moonbook: Update to 0.2.4., guix-commits, 2021/01/20
- 48/150: gnu: r-mosaiccore: Update to 0.9.0., guix-commits, 2021/01/20
- 23/150: gnu: r-ggally: Update to 2.1.0., guix-commits, 2021/01/20
- 38/150: gnu: r-factominer: Update to 2.4.,
guix-commits <=
- 40/150: gnu: r-officer: Update to 0.3.16., guix-commits, 2021/01/20
- 42/150: gnu: r-insight: Update to 0.12.0., guix-commits, 2021/01/20
- 27/150: gnu: r-psych: Update to 2.0.12., guix-commits, 2021/01/20
- 33/150: gnu: r-vctrs: Update to 0.3.6., guix-commits, 2021/01/20
- 52/150: gnu: r-emmeans: Update to 1.5.3., guix-commits, 2021/01/20
- 55/150: gnu: r-bayesplot: Update to 1.8.0., guix-commits, 2021/01/20
- 28/150: gnu: r-broom: Update to 0.7.3., guix-commits, 2021/01/20
- 30/150: gnu: r-hardyweinberg: Update to 1.7.1., guix-commits, 2021/01/20
- 43/150: gnu: r-sjmisc: Update to 2.8.6., guix-commits, 2021/01/20
- 36/150: gnu: r-vim: Update to 6.1.0., guix-commits, 2021/01/20