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

Build r-bcbiobase for R 3.5 #13402

Merged
merged 2 commits into from
Jan 29, 2019
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
2 changes: 1 addition & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,8 @@ recipes/perl-moosex-app/1.39
############### R packages not in CRAN #################
recipes/r-ampvis
recipes/r-annotables
#recipes/r-bcbiobase
#recipes/r-basejump
recipes/r-bcbiobase
recipes/r-bcbiornaseq
#recipes/r-biodb
recipes/r-boutroslabplottinggeneral
Expand Down
6 changes: 3 additions & 3 deletions recipes/r-bcbiobase/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 4bf3cd36921e94297266e061286fe023354db5352d9ff61ac7171f5d2c56ff2d

build:
number: 0
number: 1
skip: true # [win32]

rpaths:
Expand All @@ -24,7 +24,7 @@ requirements:
- bioconductor-genomicranges
- bioconductor-iranges
- bioconductor-s4vectors
- 'r-base >=3.4.0'
- r-base
- 'r-basejump >=0.7.2'
- r-dendsort
- 'r-dplyr >=0.7'
Expand All @@ -51,7 +51,7 @@ requirements:
- bioconductor-genomicranges
- bioconductor-iranges
- bioconductor-s4vectors
- 'r-base >=3.4.0'
- r-base
- 'r-basejump >=0.7.2'
- r-dendsort
- 'r-dplyr >=0.7'
Expand Down