mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-ggcyto: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.14.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
e0061f5125
commit
0754fefb75
1 changed files with 4 additions and 2 deletions
|
@ -5570,14 +5570,14 @@ (define-public r-ncdfflow
|
|||
(define-public r-ggcyto
|
||||
(package
|
||||
(name "r-ggcyto")
|
||||
(version "1.14.0")
|
||||
(version "1.14.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ggcyto" version))
|
||||
(sha256
|
||||
(base32
|
||||
"165qszvy5z176h1l3dnjb5dcm279b6bjl5n5gzz8wfn4xpn8anc8"))))
|
||||
"16jwdslhmj1nsa28wmaircy15cq7qn8nsyiawinjv711qiqhgw50"))))
|
||||
(properties `((upstream-name . "ggcyto")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -5591,6 +5591,8 @@ (define-public r-ggcyto
|
|||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-scales" ,r-scales)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/RGLab/ggcyto/issues")
|
||||
(synopsis "Visualize Cytometry data with ggplot")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue