1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: r-monocle3: Add missing input.

* gnu/packages/bioconductor.scm (r-monocle3)[propagated-inputs]: Add
r-assertthat.
This commit is contained in:
Ricardo Wurmus 2021-06-21 17:20:12 +02:00
parent 35b31a18be
commit 111aa862ec
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6313,7 +6313,8 @@ qPCR data, but could be used with other types as well.")
"1cjxqfw3qvy269hsf5v80d4kshl932wrl949iayas02saj6f70ls"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)
`(("r-assertthat" ,r-assertthat)
("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics)
("r-delayedmatrixstats" ,r-delayedmatrixstats)
("r-dplyr" ,r-dplyr)