mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-flowstats: Add missing inputs.
* gnu/packages/bioconductor.scm (r-flowstats)[native-inputs]: Add r-devtools, r-ggcyto, r-ggridges, r-gridextra, r-opencyto, r-scales, and r-xtable. Change-Id: I5f2621939b33ece9339f0bbfcbeba2850acf3376
This commit is contained in:
parent
f0480849b8
commit
d2d2b4d4cb
1 changed files with 8 additions and 1 deletions
|
@ -20480,7 +20480,14 @@ matches the flowJo analysis.")
|
|||
r-ncdfflow
|
||||
r-rcolorbrewer
|
||||
r-rrcov))
|
||||
(native-inputs (list r-testthat))
|
||||
(native-inputs (list r-devtools
|
||||
r-ggcyto
|
||||
r-ggridges
|
||||
r-gridextra
|
||||
r-opencyto
|
||||
r-scales
|
||||
r-testthat
|
||||
r-xtable))
|
||||
(home-page "http://www.github.com/RGLab/flowStats")
|
||||
(synopsis "Statistical methods for the analysis of flow cytometry data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue