[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: r-kohonen: Update to 3.0.10.
From: |
guix-commits |
Subject: |
07/13: gnu: r-kohonen: Update to 3.0.10. |
Date: |
Thu, 28 Nov 2019 04:03:37 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7dcd8239782dd5f6419e33dcde835132030a260a
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 28 10:01:27 2019 +0100
gnu: r-kohonen: Update to 3.0.10.
* gnu/packages/cran.scm (r-kohonen): Update to 3.0.10.
[propagated-inputs]: Remove r-mass.
---
gnu/packages/cran.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 67c481e..ff89315 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10213,18 +10213,17 @@ be imported and then exported via the @code{gridSVG}
package.")
(define-public r-kohonen
(package
(name "r-kohonen")
- (version "3.0.8")
+ (version "3.0.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "kohonen" version))
(sha256
(base32
- "1zbfqa1qdlry8w6xhypkiknc5gn98v1ijhlsfka8zjg8ajhqgn1q"))))
+ "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-mass" ,r-mass)
- ("r-rcpp" ,r-rcpp)))
+ `(("r-rcpp" ,r-rcpp)))
(home-page "https://cran.r-project.org/web/packages/kohonen")
(synopsis "Supervised and unsupervised self-organising maps")
(description
- 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 <=
- 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, 2019/11/28
- 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