mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add r-ggnewscale.
* gnu/packages/cran.scm (r-ggnewscale): New variable.
This commit is contained in:
parent
d5c08f11e1
commit
41ea9bed97
1 changed files with 21 additions and 0 deletions
|
@ -17700,6 +17700,27 @@ (define-public r-aplot
|
|||
matched.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-ggnewscale
|
||||
(package
|
||||
(name "r-ggnewscale")
|
||||
(version "0.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggnewscale" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hjysfagd2lqy8yivqq9q7l6hbvyq8kasw3zqh5fk9xn18ikc702"))))
|
||||
(properties `((upstream-name . "ggnewscale")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)))
|
||||
(home-page "https://cran.r-project.org/package=ggnewscale")
|
||||
(synopsis "Multiple fill and color scales in ggplot2")
|
||||
(description
|
||||
"This package lets you use multiple fill and color scales in ggplot2.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-rex
|
||||
(package
|
||||
(name "r-rex")
|
||||
|
|
Loading…
Reference in a new issue