mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-ggsci: Update to 3.0.0.
* gnu/packages/cran.scm (r-ggsci): Update to 3.0.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
88e8116f1e
commit
ea825b9dc6
1 changed files with 3 additions and 2 deletions
|
@ -11361,17 +11361,18 @@ Sequence logos can easily be combined with other ggplot2 plots.")
|
|||
(define-public r-ggsci
|
||||
(package
|
||||
(name "r-ggsci")
|
||||
(version "2.9")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggsci" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
|
||||
"0ag1cj4ycl5xmll8mqmmikyvq94l8yx96pb8m2i853yp2rjk20c9"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-scales))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://nanx.me/ggsci/")
|
||||
(synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue