mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-scattermore: Update to 1.0.
* gnu/packages/cran.scm (r-scattermore): Update to 1.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
21a2f9dd2d
commit
316fe63df6
1 changed files with 3 additions and 2 deletions
|
@ -34266,18 +34266,19 @@ (define-public r-maldiquant
|
|||
(define-public r-scattermore
|
||||
(package
|
||||
(name "r-scattermore")
|
||||
(version "0.8")
|
||||
(version "1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "scattermore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rgqm7r1k7j3h2y4i6d1a2y8fzivfcbmr7dj9d367c0w4vc77pfv"))))
|
||||
"14dgrd9fml0syg30qjn2ah3rgkm528y3waa6lkcvgikbw0d5s7d7"))))
|
||||
(properties `((upstream-name . "scattermore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-scales))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/exaexa/scattermore")
|
||||
(synopsis "Scatterplots with more points")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue