mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add r-unigd.
* gnu/packages/cran.scm (r-unigd): New variable. Change-Id: Id1a19ef27b76b79785bd25e3597cf84748de80e0
This commit is contained in:
parent
bbd92eaa70
commit
1d6dcf4f80
1 changed files with 23 additions and 0 deletions
|
@ -23134,6 +23134,29 @@ (define-public r-seqinr
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue