[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/41: gnu: Add r-kohonen.
From: |
guix-commits |
Subject: |
14/41: gnu: Add r-kohonen. |
Date: |
Wed, 9 Jan 2019 09:44:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 2871b670a8075e876873296dfa7ac11628926fc9
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 9 14:46:46 2019 +0100
gnu: Add r-kohonen.
* gnu/packages/cran.scm (r-kohonen): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 54b0f46..f768bcc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9189,3 +9189,27 @@ handling.")
"This package provides functions for converting, importing, and drawing
PostScript pictures in R plots.")
(license license:gpl2+)))
+
+(define-public r-kohonen
+ (package
+ (name "r-kohonen")
+ (version "3.0.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "kohonen" version))
+ (sha256
+ (base32
+ "1zbfqa1qdlry8w6xhypkiknc5gn98v1ijhlsfka8zjg8ajhqgn1q"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-mass" ,r-mass)
+ ("r-rcpp" ,r-rcpp)))
+ (home-page "https://cran.r-project.org/web/packages/kohonen")
+ (synopsis "Supervised and unsupervised self-organising maps")
+ (description
+ "This package provides functions to train @dfn{self-organising
+maps} (SOMs). Also interrogation of the maps and prediction using trained
+maps are supported. The name of the package refers to Teuvo Kohonen, the
+inventor of the SOM.")
+ (license license:gpl2+)))
- branch master updated (804b9b1 -> 658b2b6), guix-commits, 2019/01/09
- 05/41: gnu: Add r-lassopv., guix-commits, 2019/01/09
- 03/41: gnu: Add r-vbsr., guix-commits, 2019/01/09
- 08/41: gnu: Add r-rnifti., guix-commits, 2019/01/09
- 07/41: gnu: Add r-tfmpvalue., guix-commits, 2019/01/09
- 04/41: gnu: Add r-flare., guix-commits, 2019/01/09
- 11/41: gnu: Add r-reportr., guix-commits, 2019/01/09
- 09/41: gnu: Add r-shades., guix-commits, 2019/01/09
- 14/41: gnu: Add r-kohonen.,
guix-commits <=
- 15/41: gnu: Add r-nnls., guix-commits, 2019/01/09
- 06/41: gnu: Add r-splitstackshape., guix-commits, 2019/01/09
- 02/41: gnu: Add r-rpostgresql., guix-commits, 2019/01/09
- 12/41: gnu: Add r-tractor-base., guix-commits, 2019/01/09
- 01/41: gnu: Add r-rspectra., guix-commits, 2019/01/09
- 18/41: gnu: Add r-als., guix-commits, 2019/01/09
- 10/41: gnu: Add r-ore., guix-commits, 2019/01/09
- 20/41: gnu: Add r-pixmap., guix-commits, 2019/01/09
- 23/41: gnu: Add r-bigrquery., guix-commits, 2019/01/09
- 33/41: gnu: Add r-assertive-types., guix-commits, 2019/01/09