mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bandits: Add test input.
* gnu/packages/bioconductor.scm (r-bandits)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-tximport. Change-Id: I13b9f0b9e0ffb6f0de8396c70420b1cbedd7562e
This commit is contained in:
parent
432c3a4adf
commit
a9a54099a7
1 changed files with 4 additions and 2 deletions
|
@ -5985,7 +5985,9 @@ usage.")
|
|||
(sha256
|
||||
(base32
|
||||
"01ksk9wqzmg14pn0x0dch1fcrdwxw9qrfc592gkx9cy4sh8kdf3n"))))
|
||||
(properties `((upstream-name . "BANDITS")))
|
||||
(properties
|
||||
'((upstream-name . "BANDITS")
|
||||
(updater-extra-native-inputs . ("r-tximport"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocparallel
|
||||
|
@ -5999,7 +6001,7 @@ usage.")
|
|||
r-r-utils
|
||||
r-rcpp
|
||||
r-rcpparmadillo))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr r-testthat r-tximport))
|
||||
(home-page "https://github.com/SimoneTiberi/BANDITS")
|
||||
(synopsis "Bayesian analysis of differential splicing")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue