Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BULK] Don't use r-base >=3.5, use a conda_build_config.yaml instead #11452

Merged
merged 5 commits into from
Oct 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ recipes/r-mlgt
recipes/r-mqtl
recipes/r-pamr
recipes/r-patpro
recipes/r-phangorn
recipes/r-pinfsc50
recipes/r-plasmidprofiler
recipes/r-precrec
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-affy/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ requirements:
- 'bioconductor-biocinstaller >=1.30.0,<1.32.0'
- 'bioconductor-preprocesscore >=1.42.0,<1.44.0'
- 'bioconductor-zlibbioc >=1.26.0,<1.28.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affyio >=1.50.0,<1.52.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- 'bioconductor-biocgenerics >=0.26.0,<0.28.0'
- 'bioconductor-biocinstaller >=1.30.0,<1.32.0'
- 'bioconductor-preprocesscore >=1.42.0,<1.44.0'
- 'bioconductor-zlibbioc >=1.26.0,<1.28.0'
- r-base >=3.5
- r-base
build:
- {{ compiler('c') }}
- automake
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-affycontam/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affycontam/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ requirements:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-affydata >=1.28.0,<1.30.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-affydata >=1.28.0,<1.30.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- r-base >=3.5
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-affycoretools/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affycoretools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- 'bioconductor-oligoclasses >=1.42.0,<1.44.0'
- 'bioconductor-reportingtools >=2.20.0,<2.22.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
- r-dbi
- r-ggplot2
- r-gplots
Expand All @@ -49,7 +49,7 @@ requirements:
- 'bioconductor-oligoclasses >=1.42.0,<1.44.0'
- 'bioconductor-reportingtools >=2.20.0,<2.22.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
- r-dbi
- r-ggplot2
- r-gplots
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-affydata/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affydata/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ build:
requirements:
host:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- r-base >=3.5
- r-base
- wget
test:
commands:
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-affyexpress/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affyexpress/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ requirements:
host:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-limma >=3.36.5,<3.38.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-limma >=3.36.5,<3.38.0'
- r-base >=3.5
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-affyilm/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affyilm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ requirements:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- 'bioconductor-gcrma >=2.52.0,<2.54.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affxparser >=1.52.0,<1.54.0'
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- 'bioconductor-gcrma >=2.52.0,<2.54.0'
- r-base >=3.5
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-affypdnn/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affypdnn/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ build:
requirements:
host:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- r-base >=3.5
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-affyplm/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affyplm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ requirements:
- 'bioconductor-gcrma >=2.52.0,<2.54.0'
- 'bioconductor-preprocesscore >=1.42.0,<1.44.0'
- 'bioconductor-zlibbioc >=1.26.0,<1.28.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- 'bioconductor-biocgenerics >=0.26.0,<0.28.0'
- 'bioconductor-gcrma >=2.52.0,<2.54.0'
- 'bioconductor-preprocesscore >=1.42.0,<1.44.0'
- 'bioconductor-zlibbioc >=1.26.0,<1.28.0'
- r-base >=3.5
- r-base
build:
- {{ compiler('c') }}
- make
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-affyrnadegradation/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ build:
requirements:
host:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- r-base >=3.5
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-altcdfenvs/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-altcdfenvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requirements:
- 'bioconductor-hypergraph >=1.52.0,<1.54.0'
- 'bioconductor-makecdfenv >=1.56.0,<1.58.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
run:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
Expand All @@ -34,7 +34,7 @@ requirements:
- 'bioconductor-hypergraph >=1.52.0,<1.54.0'
- 'bioconductor-makecdfenv >=1.56.0,<1.58.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-annotationhub/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-annotationhub/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- 'bioconductor-biocinstaller >=1.30.0,<1.32.0'
- 'bioconductor-interactivedisplaybase >=1.18.0,<1.20.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
- r-curl
- r-httr
- r-rsqlite
Expand All @@ -34,7 +34,7 @@ requirements:
- 'bioconductor-biocinstaller >=1.30.0,<1.32.0'
- 'bioconductor-interactivedisplaybase >=1.18.0,<1.20.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
- r-curl
- r-httr
- r-rsqlite
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-annotationhubdata/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requirements:
- 'bioconductor-rsamtools >=1.32.3,<1.34.0'
- 'bioconductor-rtracklayer >=1.40.6,<1.42.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
- r-dbi
- 'r-futile.logger >=1.3.0'
- r-jsonlite
Expand All @@ -62,7 +62,7 @@ requirements:
- 'bioconductor-rsamtools >=1.32.3,<1.34.0'
- 'bioconductor-rtracklayer >=1.40.6,<1.42.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
- r-dbi
- 'r-futile.logger >=1.3.0'
- r-jsonlite
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-arrayqualitymetrics/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requirements:
- 'bioconductor-genefilter >=1.62.0,<1.64.0'
- 'bioconductor-limma >=3.36.5,<3.38.0'
- 'bioconductor-vsn >=3.48.1,<3.50.0'
- r-base >=3.5
- r-base
- 'r-cairo >=1.4-6'
- 'r-gridsvg >=1.4-3'
- r-hmisc
Expand All @@ -43,7 +43,7 @@ requirements:
- 'bioconductor-genefilter >=1.62.0,<1.64.0'
- 'bioconductor-limma >=3.36.5,<3.38.0'
- 'bioconductor-vsn >=3.48.1,<3.50.0'
- r-base >=3.5
- r-base
- 'r-cairo >=1.4-6'
- 'r-gridsvg >=1.4-3'
- r-hmisc
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-arraytools/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-arraytools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ requirements:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- 'bioconductor-limma >=3.36.5,<3.38.0'
- r-base >=3.5
- r-base
- r-xtable
run:
- 'bioconductor-affy >=1.58.0,<1.60.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- 'bioconductor-limma >=3.36.5,<3.38.0'
- r-base >=3.5
- r-base
- r-xtable
test:
commands:
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-atacseqqc/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-atacseqqc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requirements:
- 'bioconductor-rsamtools >=1.32.3,<1.34.0'
- 'bioconductor-rtracklayer >=1.40.6,<1.42.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
- r-kernsmooth
- r-preseqr
- r-randomforest
Expand All @@ -51,7 +51,7 @@ requirements:
- 'bioconductor-rsamtools >=1.32.3,<1.34.0'
- 'bioconductor-rtracklayer >=1.40.6,<1.42.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- r-base >=3.5
- r-base
- r-kernsmooth
- r-preseqr
- r-randomforest
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-beachmat/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-beachmat/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ requirements:
- 'bioconductor-hdf5array >=1.8.1,<1.10.0'
- 'bioconductor-rhdf5 >=2.24.0,<2.26.0'
- 'bioconductor-rhdf5lib >=1.2.1,<1.4.0'
- r-base >=3.5
- r-base
- 'r-rcpp >=0.12.14'
run:
- 'bioconductor-delayedarray >=0.6.6,<0.8.0'
- 'bioconductor-hdf5array >=1.8.1,<1.10.0'
- 'bioconductor-rhdf5 >=2.24.0,<2.26.0'
- 'bioconductor-rhdf5lib >=1.2.1,<1.4.0'
- r-base >=3.5
- r-base
- 'r-rcpp >=0.12.14'
build:
- {{ compiler('c') }}
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-biocinstaller/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-biocinstaller/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build:
- lib/
requirements:
host:
- r-base >=3.5.0
- r-base
run:
- r-base >=3.5.0
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-cager/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-cager/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- 'bioconductor-rtracklayer >=1.40.6,<1.42.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- 'bioconductor-summarizedexperiment >=1.10.1,<1.12.0'
- r-base >=3.5
- r-base
- r-beanplot
- r-data.table
- 'r-ggplot2 >=2.2.0'
Expand Down Expand Up @@ -59,7 +59,7 @@ requirements:
- 'bioconductor-rtracklayer >=1.40.6,<1.42.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- 'bioconductor-summarizedexperiment >=1.10.1,<1.12.0'
- r-base >=3.5
- r-base
- r-beanplot
- r-data.table
- 'r-ggplot2 >=2.2.0'
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-cellhts2/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-cellhts2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- 'bioconductor-prada >=1.56.0,<1.58.0'
- 'bioconductor-splots >=1.46.0,<1.48.0'
- 'bioconductor-vsn >=3.48.1,<3.50.0'
- r-base >=3.5
- r-base
- r-hwriter
- r-locfit
- r-rcolorbrewer
Expand All @@ -39,7 +39,7 @@ requirements:
- 'bioconductor-prada >=1.56.0,<1.58.0'
- 'bioconductor-splots >=1.46.0,<1.48.0'
- 'bioconductor-vsn >=3.48.1,<3.50.0'
- r-base >=3.5
- r-base
- r-hwriter
- r-locfit
- r-rcolorbrewer
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-chippeakanno/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
4 changes: 2 additions & 2 deletions recipes/bioconductor-chippeakanno/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ requirements:
- 'bioconductor-rsamtools >=1.32.3,<1.34.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- 'bioconductor-summarizedexperiment >=1.10.1,<1.12.0'
- r-base >=3.5
- r-base
- r-dbi
- r-idr
- r-matrixstats
Expand Down Expand Up @@ -71,7 +71,7 @@ requirements:
- 'bioconductor-rsamtools >=1.32.3,<1.34.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- 'bioconductor-summarizedexperiment >=1.10.1,<1.12.0'
- r-base >=3.5
- r-base
- r-dbi
- r-idr
- r-matrixstats
Expand Down
2 changes: 2 additions & 0 deletions recipes/bioconductor-chipxpress/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
Loading