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

There is a light at the end of the tunnel #11381

Merged
merged 2 commits into from
Oct 18, 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
4 changes: 2 additions & 2 deletions recipes/r-coloc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requirements:
- r-flashclust
- r-ggplot2
- r-reshape
- r-snpstats
- bioconductor-snpstats
- r-speedglm

run:
Expand All @@ -42,7 +42,7 @@ requirements:
- r-flashclust
- r-ggplot2
- r-reshape
- r-snpstats
- bioconductor-snpstats
- r-speedglm

test:
Expand Down
4 changes: 2 additions & 2 deletions recipes/r-metama/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ requirements:
host:
- r-base
- r-smvar
- r-limma
- bioconductor-limma

run:
- r-base
- r-smvar
- r-limma
- bioconductor-limma

test:
commands:
Expand Down
4 changes: 2 additions & 2 deletions recipes/r-mutoss/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ requirements:
host:
- r-base
- r-multcomp >=1.1_0
- r-multtest >=2.2.0
- bioconductor-multtest >=2.2.0
- r-mvtnorm
- r-plotrix

run:
- r-base
- r-multcomp >=1.1_0
- r-multtest >=2.2.0
- bioconductor-multtest >=2.2.0
- r-mvtnorm
- r-plotrix

Expand Down
10 changes: 2 additions & 8 deletions recipes/r-nanostringnorm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,25 @@ source:

build:
merge_build_host: True # [win]

number: 0
skip: true # [win32]

rpaths:
- lib/R/lib/
- lib/

requirements:
build:
- {{posix}}zip # [win]

host:
- r-base
- r-xml >=3.98_1.5
- r-gdata >=2.8.2
- r-vsn >=3.22.0

- bioconductor-vsn >=3.22.0
run:
- r-base
- r-xml >=3.98_1.5
- r-gdata >=2.8.2
- r-vsn >=3.22.0
- bioconductor-vsn >=3.22.0

test:
commands:
Expand All @@ -51,8 +47,6 @@ about:
summary: A set of tools for normalizing, diagnostics and visualization of NanoString nCounter
data.
license_family: GPL2
license_file: '{{ environ["PREFIX"] }}\/lib\/R\/share\/licenses\/GPL-2' # [unix]
license_file: '{{ environ["PREFIX"] }}\R\share\licenses\GPL-2' # [win]
extra:
recipe-maintainers:
- MathiasHaudgaard
Expand Down
11 changes: 2 additions & 9 deletions recipes/r-structssi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,31 @@ source:

build:
merge_build_host: True # [win]

number: 2

rpaths:
- lib/R/lib/
- lib/

requirements:
build:
- {{posix}}zip # [win]

host:
- r-base
- r-ggplot2
- r-igraph
- r-multtest
- bioconductor-multtest
- r-reshape2
- r-rjson

run:
- r-base
- r-ggplot2
- r-igraph
- r-multtest
- bioconductor-multtest
- r-reshape2
- r-rjson

test:
commands:

- $R -e "library('structSSI')" # [not win]
- "\"%R%\" -e \"library('structSSI')\"" # [win]

Expand All @@ -54,8 +49,6 @@ about:
summary: Performs multiple testing corrections that take specific structure of hypotheses into
account.
license_family: GPL2
license_file: '{{ environ["PREFIX"] }}\/lib\/R\/share\/licenses\/GPL-2' # [unix]
license_file: '{{ environ["PREFIX"] }}\R\share\licenses\GPL-2' # [win]
extra:
recipe-maintainers:
- MathiasHaudgaard
Expand Down
11 changes: 2 additions & 9 deletions recipes/r-tcga2stat/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,25 @@ source:

build:
merge_build_host: True # [win]

number: 2

rpaths:
- lib/R/lib/
- lib/

requirements:
build:
- {{posix}}zip # [win]

host:
- r-base
- r-cntools
- bioconductor-cntools
- r-xml

run:
- r-base
- r-cntools
- bioconductor-cntools
- r-xml

test:
commands:

- $R -e "library('TCGA2STAT')" # [not win]
- "\"%R%\" -e \"library('TCGA2STAT')\"" # [win]

Expand All @@ -48,8 +43,6 @@ about:
summary: Automatically downloads and processes TCGA genomics and clinical data into a format
convenient for statistical analyses in the R environment.
license_family: GPL2
license_file: '{{ environ["PREFIX"] }}\/lib\/R\/share\/licenses\/GPL-2' # [unix]
license_file: '{{ environ["PREFIX"] }}\R\share\licenses\GPL-2' # [win]
extra:
recipe-maintainers:
- MathiasHaudgaard
Expand Down