guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/16: gnu: Add r-scatterplot3d.


From: Ricardo Wurmus
Subject: 12/16: gnu: Add r-scatterplot3d.
Date: Mon, 18 Dec 2017 06:02:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ae3f207951c75cad3966f8a2feb2faec8cc63c59
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Dec 18 11:59:10 2017 +0100

    gnu: Add r-scatterplot3d.
    
    * gnu/packages/cran.scm (r-scatterplot3d): New variable.
---
 gnu/packages/cran.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7708e3a..c5cc759 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1709,3 +1709,21 @@ time.  It further includes methods for visualizing 
outcomes, selecting
 thresholds, calculating measures of accuracy and landscape fragmentation
 statistics, etc.")
     (license license:gpl3+)))
+
+(define-public r-scatterplot3d
+  (package
+    (name "r-scatterplot3d")
+    (version "0.3-40")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "scatterplot3d" version))
+       (sha256
+        (base32
+         "0ababcj87kx7860mica9y2ydlhskxmgj9n46crx036cila512jc2"))))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/scatterplot3d/";)
+    (synopsis "3D scatter plot")
+    (description "This package provides an implementation of scatter plots for
+plotting.  a three dimensional point cloud.")
+    (license license:gpl2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]