r-modules: disable broken builds on Hydra
This commit is contained in:
parent
a31471876d
commit
f6886c62dc
|
@ -729,6 +729,7 @@ let
|
||||||
"GeneticTools" # requires snpStats
|
"GeneticTools" # requires snpStats
|
||||||
"GExMap" # requires Biobase and multtest
|
"GExMap" # requires Biobase and multtest
|
||||||
"gitter" # requires EBImage
|
"gitter" # requires EBImage
|
||||||
|
"glmgraph" # test suite says: "undefined symbol: dgemv_"
|
||||||
"gmatrix" # depends on proprietary cudatoolkit
|
"gmatrix" # depends on proprietary cudatoolkit
|
||||||
"GOGANPA" # requires WGCNA
|
"GOGANPA" # requires WGCNA
|
||||||
"gputools" # depends on proprietary cudatoolkit
|
"gputools" # depends on proprietary cudatoolkit
|
||||||
|
@ -796,6 +797,7 @@ let
|
||||||
"NCmisc" # requires BiocInstaller
|
"NCmisc" # requires BiocInstaller
|
||||||
"netClass" # requires samr
|
"netClass" # requires samr
|
||||||
"nettools" # requires WGCNA
|
"nettools" # requires WGCNA
|
||||||
|
"NORRRM" # can't load SDMTools properly
|
||||||
"netweavers" # requires BiocGenerics, Biobase, and limma
|
"netweavers" # requires BiocGenerics, Biobase, and limma
|
||||||
"NLPutils" # requires qdap
|
"NLPutils" # requires qdap
|
||||||
"NSA" # requires aroma_core
|
"NSA" # requires aroma_core
|
||||||
|
@ -803,6 +805,7 @@ let
|
||||||
"optBiomarker" # requires rpanel
|
"optBiomarker" # requires rpanel
|
||||||
"ora" # requires ROracle
|
"ora" # requires ROracle
|
||||||
"orQA" # requires genefilter
|
"orQA" # requires genefilter
|
||||||
|
"PBSmapping" # fails its test suite for unclear reasons
|
||||||
"PairViz" # requires graph
|
"PairViz" # requires graph
|
||||||
"PANDA" # requires GO.db
|
"PANDA" # requires GO.db
|
||||||
"ParDNAcopy" # requires DNAcopy
|
"ParDNAcopy" # requires DNAcopy
|
||||||
|
@ -843,6 +846,7 @@ let
|
||||||
"rainfreq" # SDMTools.so: undefined symbol: X
|
"rainfreq" # SDMTools.so: undefined symbol: X
|
||||||
"RAM" # requires Heatplus
|
"RAM" # requires Heatplus
|
||||||
"RAPIDR" # requires Biostrings, Rsamtools, and GenomicRanges
|
"RAPIDR" # requires Biostrings, Rsamtools, and GenomicRanges
|
||||||
|
"RapidPolygonLookup" # depends on broken PBSmapping
|
||||||
"RbioRXN" # requires fmcsR, and KEGGREST
|
"RbioRXN" # requires fmcsR, and KEGGREST
|
||||||
"RcppAPT" # configure script depends on /bin/sh
|
"RcppAPT" # configure script depends on /bin/sh
|
||||||
"RcmdrPlugin_seeg" # requires seeg
|
"RcmdrPlugin_seeg" # requires seeg
|
||||||
|
@ -920,6 +924,7 @@ let
|
||||||
"ttScreening" # requires sva, and limma
|
"ttScreening" # requires sva, and limma
|
||||||
"V8" # compilation error
|
"V8" # compilation error
|
||||||
"vows" # requires rpanel
|
"vows" # requires rpanel
|
||||||
|
"vmsbase" # depends on broken PBSmapping
|
||||||
"WGCNA" # requires impute
|
"WGCNA" # requires impute
|
||||||
"wgsea" # requires snpStats
|
"wgsea" # requires snpStats
|
||||||
"WideLM" # depends on proprietary cudatoolkit
|
"WideLM" # depends on proprietary cudatoolkit
|
||||||
|
|
Loading…
Reference in New Issue