[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: r-factominer: Update to 2.0.
From: |
guix-commits |
Subject: |
01/13: gnu: r-factominer: Update to 2.0. |
Date: |
Thu, 28 Nov 2019 04:03:35 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit efec58e7ff3df1ccb287afd1a3d5ecd414b1514a
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 28 09:58:07 2019 +0100
gnu: r-factominer: Update to 2.0.
* gnu/packages/cran.scm (r-factominer): Update to 2.0.
[propagated-inputs]: Add r-ggplot2 and ggrepel.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f2da9ca..5c232f9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5812,14 +5812,14 @@ clustering.")
(define-public r-factominer
(package
(name "r-factominer")
- (version "1.42")
+ (version "2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "FactoMineR" version))
(sha256
(base32
- "1yl16inb2m89l1czgaf0pgy9655dpr751hyx92yw6rqpd2ryznac"))))
+ "0qiw60ypf3bf5xsqz2b9l82i4jvprjm8lzpp12lhl8d9j5s8m0j8"))))
(properties `((upstream-name . "FactoMineR")))
(build-system r-build-system)
(propagated-inputs
@@ -5827,6 +5827,8 @@ clustering.")
("r-cluster" ,r-cluster)
("r-ellipse" ,r-ellipse)
("r-flashclust" ,r-flashclust)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-ggrepel" ,r-ggrepel)
("r-lattice" ,r-lattice)
("r-leaps" ,r-leaps)
("r-mass" ,r-mass)
- branch master updated (3751555 -> 18a5575), guix-commits, 2019/11/28
- 02/13: gnu: r-writexl: Update to 1.2., guix-commits, 2019/11/28
- 03/13: gnu: r-emmeans: Update to 1.4.3., guix-commits, 2019/11/28
- 04/13: gnu: r-rnifti: Update to 1.0.1., guix-commits, 2019/11/28
- 06/13: gnu: r-grimport2: Update to 0.2-0., guix-commits, 2019/11/28
- 11/13: gnu: r-matrix: Update to 1.2-18., guix-commits, 2019/11/28
- 07/13: gnu: r-kohonen: Update to 3.0.10., guix-commits, 2019/11/28
- 05/13: gnu: r-grimport: Update to 0.9-3., guix-commits, 2019/11/28
- 01/13: gnu: r-factominer: Update to 2.0.,
guix-commits <=
- 09/13: gnu: r-rgdal: Update to 1.4-8., guix-commits, 2019/11/28
- 12/13: gnu: r-rmarkdown: Update to 1.18., guix-commits, 2019/11/28
- 10/13: gnu: r-igraph: Update to 1.2.4.2., guix-commits, 2019/11/28
- 13/13: gnu: r-e1071: Update to 1.7-3., guix-commits, 2019/11/28
- 08/13: gnu: r-covr: Update to 3.4.0., guix-commits, 2019/11/28