mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b935741c09
commit
f0480849b8
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue