mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add r-ggghost.
* gnu/packages/cran.scm (r-ggghost): New variable.
This commit is contained in:
parent
190c48c6ba
commit
352e02a768
1 changed files with 20 additions and 0 deletions
|
@ -20010,6 +20010,26 @@ (define-public r-gridtext
|
|||
wrap.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-ggghost
|
||||
(package
|
||||
(name "r-ggghost")
|
||||
(version "0.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggghost" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kvsjadxxdf6yvzk4a6yqkg02q1ysslvf3m0a369bdim396z4hnv"))))
|
||||
(properties `((upstream-name . "ggghost")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-animation r-ggplot2))
|
||||
(home-page "https://github.com/jonocarroll/ggghost")
|
||||
(synopsis "Capture the spirit of your ggplot2 calls")
|
||||
(description
|
||||
"This package lets you create a reproducible @code{ggplot2} object by
|
||||
storing the data and calls.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-ggtext
|
||||
(package
|
||||
(name "r-ggtext")
|
||||
|
|
Loading…
Reference in a new issue