gnu: r-ggcyto: Add missing inputs.

* gnu/packages/bioconductor.scm (r-ggcyto)[native-inputs]: Add
r-flowworkspacedata, r-opencyto, and r-vdiffr.
[properties]: Tell updater to add r-flowworkspacedata and ignore r-flowstats.

Change-Id: If281e4b930f99e18ccbd07fed7028ba932496c3c
This commit is contained in:
Ricardo Wurmus 2024-11-28 10:58:00 +01:00
parent b935741c09
commit f0480849b8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20258,7 +20258,11 @@ manipulation of flow cytometry data.")
(sha256
(base32
"0a74lb36482djxfr77akyqqa7wnj9y3g4fkn8ain2gsbb3l6kcbk"))))
(properties `((upstream-name . "ggcyto")))
(properties
`((upstream-name . "ggcyto")
;; Avoid dependency cycle.
(updater-ignored-native-inputs . ("r-flowstats"))
(updater-extra-native-inputs . ("r-flowworkspacedata"))))
(build-system r-build-system)
(propagated-inputs
(list r-data-table
@ -20273,7 +20277,7 @@ manipulation of flow cytometry data.")
r-rlang
r-scales))
(native-inputs
(list r-knitr r-testthat))
(list r-flowworkspacedata r-knitr r-opencyto r-testthat r-vdiffr))
(home-page "https://github.com/RGLab/ggcyto/issues")
(synopsis "Visualize Cytometry data with ggplot")
(description