[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/16: gnu: r-diffusionmap: Move to (gnu packages cran).
From: |
guix-commits |
Subject: |
03/16: gnu: r-diffusionmap: Move to (gnu packages cran). |
Date: |
Fri, 11 Sep 2020 16:04:27 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1dc50e419044e7ecacef137b1f8d7daae306017b
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Sep 11 20:08:40 2020 +0200
gnu: r-diffusionmap: Move to (gnu packages cran).
* gnu/packages/graph.scm (r-diffusionmap): Move from here...
* gnu/packages/cran.scm (r-diffusionmap): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
gnu/packages/graph.scm | 25 -------------------------
2 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ddbe56e..048af25 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23677,6 +23677,31 @@ adaptive sparsity and the Wong algorithm for
adaptively sparse gaussian
geometric models.")
(license license:lgpl3+)))
+(define-public r-diffusionmap
+ (package
+ (name "r-diffusionmap")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "diffusionMap" version))
+ (sha256
+ (base32
+ "1rvk7069brlm1s9kqj4c31mwwr3mw4hmhay95cjjjfmw5xclff2j"))))
+ (properties `((upstream-name . "diffusionMap")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-igraph" ,r-igraph)
+ ("r-matrix" ,r-matrix)
+ ("r-scatterplot3d" ,r-scatterplot3d)))
+ (home-page "https://www.r-project.org")
+ (synopsis "Diffusion map")
+ (description "This package implements the diffusion map method of data
+parametrization, including creation and visualization of diffusion maps,
+clustering with diffusion K-means and regression using the adaptive regression
+model.")
+ (license license:gpl2)))
+
(define-public r-workflows
(package
(name "r-workflows")
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 800b567..54ced01 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -153,31 +153,6 @@ random and regular graphs, graph visualization, centrality
methods and much
more.")
(license license:gpl2+)))
-(define-public r-diffusionmap
- (package
- (name "r-diffusionmap")
- (version "1.2.0")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "diffusionMap" version))
- (sha256
- (base32
- "1rvk7069brlm1s9kqj4c31mwwr3mw4hmhay95cjjjfmw5xclff2j"))))
- (properties `((upstream-name . "diffusionMap")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-igraph" ,r-igraph)
- ("r-matrix" ,r-matrix)
- ("r-scatterplot3d" ,r-scatterplot3d)))
- (home-page "https://www.r-project.org")
- (synopsis "Diffusion map")
- (description "This package implements the diffusion map method of data
-parametrization, including creation and visualization of diffusion maps,
-clustering with diffusion K-means and regression using the adaptive regression
-model.")
- (license license:gpl2)))
-
(define-public r-rgraphviz
(package
(name "r-rgraphviz")
- branch master updated (7e88ee9 -> 8458490), guix-commits, 2020/09/11
- 01/16: gnu: r-codedepends: Comment why it is in bioconductor.scm., guix-commits, 2020/09/11
- 02/16: gnu: r-adaptivesparsity: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 03/16: gnu: r-diffusionmap: Move to (gnu packages cran).,
guix-commits <=
- 07/16: gnu: r-seqminer: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 06/16: gnu: r-qtl2: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 09/16: gnu: r-seurat: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 11/16: gnu: r-diversitree: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 04/16: gnu: r-igraph: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 05/16: gnu: r-qtl: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 08/16: gnu: r-maldiquant: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 10/16: gnu: r-phangorn: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 12/16: gnu: r-absfiltergsea: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 13/16: gnu: r-qtl: Correct indentation., guix-commits, 2020/09/11