guix-commits
[Top][All Lists]
Advanced

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

20/41: gnu: Add r-pixmap.


From: guix-commits
Subject: 20/41: gnu: Add r-pixmap.
Date: Wed, 9 Jan 2019 09:44:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e7176ac5bd701524271856ae1948d82eebdf0cf4
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 14:56:48 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 87edfaf..4a85b23 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9344,3 +9344,22 @@ with structural changes can be estimated together with 
confidence intervals.
 Emphasis is always given to methods for visualizing the data.")
     ;; Either of these two GPL versions
     (license (list license:gpl2 license:gpl3))))
+
+(define-public r-pixmap
+  (package
+    (name "r-pixmap")
+    (version "0.4-11")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "pixmap" version))
+       (sha256
+        (base32
+         "04klxp6jndw1bp6z40v20fbmdmdpfca2g0czmmmgbkark9s1183g"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/pixmap";)
+    (synopsis "Tools for bitmap images")
+    (description
+     "This package provides functions for importing, exporting, plotting and
+other manipulations of bitmapped images.")
+    (license license:gpl2)))



reply via email to

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