mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-vioplot: Update to 0.3.5.
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.5. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
e89bc53e76
commit
389a357a72
1 changed files with 4 additions and 2 deletions
|
@ -3839,18 +3839,20 @@ (define-public r-venndiagram
|
|||
(define-public r-vioplot
|
||||
(package
|
||||
(name "r-vioplot")
|
||||
(version "0.3.4")
|
||||
(version "0.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vioplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fsklymilspzz5fzlj7666x09aglaw0v4x0yfjjzy4vr5qpjc529"))))
|
||||
"0aiy615kn9lpr2cs757g3pklg81n01yhqh0wrwv111fn3cy86r0v"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-sm" ,r-sm)
|
||||
("r-zoo" ,r-zoo)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
|
||||
(synopsis "Violin plot")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue