mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-spectra: Disable tests.
* gnu/packages/bioconductor.scm (r-spectra)[arguments]: Disable tests. [native-inputs]: Add missing inputs r-mzr and r-patrick. Change-Id: I7d9dca3c1f17c0a57d7b6cc7479e08ea5bb11843
This commit is contained in:
parent
82786d8617
commit
05741b0fbe
1 changed files with 3 additions and 1 deletions
|
@ -12794,6 +12794,8 @@ tools either included in speaq or available elsewhere on CRAN.")
|
|||
"00jsmbkcwndm82aj6gc3qn0b48niajx8aymijy7cpq3vh6hlxpyr"))))
|
||||
(properties `((upstream-name . "Spectra")))
|
||||
(build-system r-build-system)
|
||||
;; FIXME Tests fail with: Error in mzR::openMSfile(x): File NA not found
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
r-biocparallel
|
||||
r-fs
|
||||
|
@ -12802,7 +12804,7 @@ tools either included in speaq or available elsewhere on CRAN.")
|
|||
r-mscoreutils
|
||||
r-protgenerics
|
||||
r-s4vectors))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr r-mzr r-patrick r-testthat))
|
||||
(home-page "https://github.com/RforMassSpectrometry/Spectra")
|
||||
(synopsis "Spectra infrastructure for mass spectrometry data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue