mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mscoreutils: Add test inputs.
* gnu/packages/bioconductor.scm (r-mscoreutils)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-impute, r-imputelcmd, r-matrix, r-missforest, r-norm, r-pcamethods, r-preprocesscore, and r-vsn. Change-Id: Id3566a7598cf05728b6f9842da2375f5e9033278
This commit is contained in:
parent
3076d82fbb
commit
6c8f2c68eb
1 changed files with 20 additions and 2 deletions
|
@ -25084,12 +25084,30 @@ memory usage and processing time is minimized.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d1n5mib93rw4x4iimz7scgxw1929m7g3cnbyfrj6iqxrp721an1"))))
|
"0d1n5mib93rw4x4iimz7scgxw1929m7g3cnbyfrj6iqxrp721an1"))))
|
||||||
(properties `((upstream-name . "MsCoreUtils")))
|
(properties
|
||||||
|
'((upstream-name . "MsCoreUtils")
|
||||||
|
(updater-extra-native-inputs . ("r-impute"
|
||||||
|
"r-imputelcmd"
|
||||||
|
"r-matrix"
|
||||||
|
"r-missforest"
|
||||||
|
"r-norm"
|
||||||
|
"r-pcamethods"
|
||||||
|
"r-preprocesscore"
|
||||||
|
"r-vsn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-clue r-mass r-rcpp r-s4vectors))
|
(list r-clue r-mass r-rcpp r-s4vectors))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-impute
|
||||||
|
r-imputelcmd
|
||||||
|
r-knitr
|
||||||
|
r-matrix
|
||||||
|
r-missforest
|
||||||
|
r-norm
|
||||||
|
r-pcamethods
|
||||||
|
r-preprocesscore
|
||||||
|
r-testthat
|
||||||
|
r-vsn))
|
||||||
(home-page "https://github.com/RforMassSpectrometry/MsCoreUtils")
|
(home-page "https://github.com/RforMassSpectrometry/MsCoreUtils")
|
||||||
(synopsis "Core utils for mass spectrometry data")
|
(synopsis "Core utils for mass spectrometry data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue