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:
Ricardo Wurmus 2024-11-28 11:01:54 +01:00
parent f0480849b8
commit d2d2b4d4cb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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