rPackages: fix packages requiring home during build
This commit is contained in:
parent
12aa77f9ed
commit
7aa68ac8ae
1 changed files with 44 additions and 0 deletions
|
@ -727,6 +727,25 @@ let
|
|||
"stepR"
|
||||
"styler"
|
||||
"TreeTools"
|
||||
"ACNE"
|
||||
"APAlyzer"
|
||||
"EstMix"
|
||||
"PECA"
|
||||
"Quartet"
|
||||
"ShinyQuickStarter"
|
||||
"TIN"
|
||||
"TotalCopheneticIndex"
|
||||
"TreeDist"
|
||||
"biocthis"
|
||||
"calmate"
|
||||
"fgga"
|
||||
"fulltext"
|
||||
"immuneSIM"
|
||||
"mastif"
|
||||
"shinymeta"
|
||||
"shinyobjects"
|
||||
"wppi"
|
||||
"pins"
|
||||
];
|
||||
|
||||
packagesToSkipCheck = [
|
||||
|
@ -742,6 +761,31 @@ let
|
|||
"NetLogoR"
|
||||
"proj4"
|
||||
"x13binary"
|
||||
|
||||
# Impure network access during build
|
||||
"waddR"
|
||||
|
||||
# ExperimentHub dependents, require net access during build
|
||||
"DuoClustering2018"
|
||||
"FieldEffectCrc"
|
||||
"GenomicDistributionsData"
|
||||
"HDCytoData"
|
||||
"HMP16SData"
|
||||
"PANTHER_db"
|
||||
"RNAmodR_Data"
|
||||
"SCATEData"
|
||||
"SingleMoleculeFootprintingData"
|
||||
"TabulaMurisData"
|
||||
"benchmarkfdrData2019"
|
||||
"bodymapRat"
|
||||
"clustifyrdatahub"
|
||||
"depmap"
|
||||
"emtdata"
|
||||
"metaboliteIDmapping"
|
||||
"msigdb"
|
||||
"muscData"
|
||||
"org_Mxanthus_db"
|
||||
"scpdata"
|
||||
];
|
||||
|
||||
otherOverrides = old: new: {
|
||||
|
|
Loading…
Reference in a new issue