guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add r-unigd.


From: guix-commits
Subject: 02/03: gnu: Add r-unigd.
Date: Fri, 16 Feb 2024 09:58:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1d6dcf4f80763bfc693c1d7ec238db712e2985bf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 16 15:54:12 2024 +0100

    gnu: Add r-unigd.
    
    * gnu/packages/cran.scm (r-unigd): New variable.
    
    Change-Id: Id1a19ef27b76b79785bd25e3597cf84748de80e0
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4b739c6dd5..9b58ee8d65 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23134,6 +23134,29 @@ visualization of biological sequence (DNA and protein) 
data.  It also includes
 utilities for sequence data management under the ACNUC system.")
     (license license:gpl2+)))
 
+(define-public r-unigd
+  (package
+    (name "r-unigd")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "unigd" version))
+       (sha256
+        (base32 "0519v2p4jzfpilai022blvyxi56kfdidafwjpa1g6lnmwmpk4isq"))))
+    (properties `((upstream-name . "unigd")))
+    (build-system r-build-system)
+    (inputs (list cairo fontconfig freetype libpng zlib))
+    (propagated-inputs (list r-cpp11 r-systemfonts))
+    (native-inputs (list r-knitr pkg-config))
+    (home-page "https://github.com/nx10/unigd";)
+    (synopsis "Universal graphics device")
+    (description
+     "This package provides a unified R graphics backend.  Render R graphics
+fast and easy to many common file formats.  It provides a thread safe C
+interface for asynchronous rendering of R graphics.")
+    (license license:gpl2+)))
+
 (define-public r-units
   (package
     (name "r-units")



reply via email to

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