mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Add r-gridsvg.
* gnu/packages/cran.scm (r-gridsvg): New variable.
This commit is contained in:
parent
5154e76a2e
commit
b6873a836c
1 changed files with 24 additions and 0 deletions
|
@ -16061,6 +16061,30 @@ (define-public r-tractor-base
|
|||
handling.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-gridsvg
|
||||
(package
|
||||
(name "r-gridsvg")
|
||||
(version "1.7-4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gridSVG" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jspjn56yrkx98hhs98npzm0k0kwpv8x1hg40kphx5ikhvincxmr"))))
|
||||
(properties `((upstream-name . "gridSVG")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-jsonlite r-xml))
|
||||
(home-page "https://cran.r-project.org/package=gridSVG")
|
||||
(synopsis "Export grid gaphics as SVG")
|
||||
(description
|
||||
"This package provides functions to export graphics drawn with package
|
||||
grid to SVG format. Extra functions provide access to SVG features that are
|
||||
not available in standard R graphics, such as hyperlinks, animation, filters,
|
||||
masks, clipping paths, and gradient and pattern fills.")
|
||||
;; Any version of the GPL.
|
||||
(license (list license:gpl2 license:gpl3))))
|
||||
|
||||
(define-public r-grimport
|
||||
(package
|
||||
(name "r-grimport")
|
||||
|
|
Loading…
Reference in a new issue