mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-xcms: Disable tests.
* gnu/packages/bioconductor.scm (r-xcms)[arguments]: Disable tests. [properties]: Tell updater to ignore r-faahko. [native-inputs]: Add r-msdata. Change-Id: I2ee167828534a4046d15d740f6f25d8eff9d589f
This commit is contained in:
parent
9ee9113651
commit
6ea00f5ca2
1 changed files with 7 additions and 1 deletions
|
@ -19365,7 +19365,13 @@ (define-public r-xcms
|
|||
(sha256
|
||||
(base32
|
||||
"1i9xiilrwvnzkdbzrdnbsw0sbwplfaklbsk3wz8kzv87ivipybh5"))))
|
||||
(properties
|
||||
'((upstream-name . "xcms")
|
||||
;; Avoid dependency cycle.
|
||||
(updater-ignored-native-inputs . ("r-faahko"))))
|
||||
(build-system r-build-system)
|
||||
;; Tests require faahKO, which depends on this package.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
r-biocgenerics
|
||||
|
@ -19386,7 +19392,7 @@ (define-public r-xcms
|
|||
r-spectra
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-knitr r-msdata r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/xcms/")
|
||||
(synopsis "LC/MS and GC/MS mass spectrometry data analysis")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue