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:
Ricardo Wurmus 2024-11-26 15:42:38 +01:00
parent 82786d8617
commit 05741b0fbe
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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