guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add r-gdtools.


From: Ben Woodcroft
Subject: 01/03: gnu: Add r-gdtools.
Date: Wed, 6 Jul 2016 07:18:04 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit c5940b157e149c9cb220a9f4af97b07d3ed21e59
Author: Ben Woodcroft <address@hidden>
Date:   Tue Jul 5 20:46:24 2016 +0800

    gnu: Add r-gdtools.
    
    * gnu/packages/statistics.scm (r-gdtools): New variable.
---
 gnu/packages/statistics.scm |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 73c30ae..24fbabe 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -610,6 +610,30 @@ multidimensional conditioning system and a consistent 
interface to map data to
 aesthetic attributes.")
     (license license:gpl2+)))
 
+(define-public r-gdtools
+  (package
+    (name "r-gdtools")
+    (version "0.0.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gdtools" version))
+       (sha256
+        (base32
+         "1bmnf9d677f2jy8jnb9ymjz1qzm4yrd0qp6k5qrrly06jfffyx7g"))))
+    (build-system r-build-system)
+    (native-inputs
+     `(("r-rcpp" ,r-rcpp)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("cairo" ,cairo)))
+    (home-page "http://cran.r-project.org/web/packages/gdtools";)
+    (synopsis "Utilities for graphical rendering")
+    (description
+     "The @code{gdtools} package provides functionalities to get font metrics
+and to generate base64 encoded string from raster matrix.")
+    (license license:gpl3)))
+
 (define-public r-assertthat
   (package
     (name "r-assertthat")



reply via email to

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