Skip to content

Commit

Permalink
Fix some dependencies (#11725)
Browse files Browse the repository at this point in the history
With phyloseq 1.20:

̀```
Quitting from lines 74-113 (r_beta_diversity.Rmd) 
Error in .C(ape:::node_depth_edgelength, PACKAGE = "ape", as.integer(Ntip),  : 
  Incorrect number of arguments (7), expecting 5 for 'node_depth_edgelength'
Calls: <Anonymous> ... UniFrac -> fastUniFrac -> ape_node_depth_edge_length -> .C

Execution halted
```

With vegan 2.5:

̀```
Quitting from lines 74-113 (r_beta_diversity.Rmd) 
Error in .C("veg_distance", x = as.double(x), nr = N, nc = ncol(x), d = double(N *  : 
  "veg_distance" not available for .C() for package "vegan"
Calls: <Anonymous> ... distance -> do.call -> do.call -> vegdist -> vegdist -> .C

Execution halted
```
  • Loading branch information
pbordron authored and bgruening committed Oct 31, 2018
1 parent 14ca7f6 commit cc94fdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/frogs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: {{ version }}

build:
number: 2
number: 3
skip: true # [py3k]

source:
Expand Down Expand Up @@ -36,9 +36,10 @@ requirements:
- r-phangorn >=2.2.0
- pandoc <2.0
- r-rmarkdown >=1.5
- bioconductor-phyloseq >=1.20.0
- bioconductor-phyloseq >=1.22.0
- r-plotly >=4.7.1
- r-gridextra >=2.2.1
- r-vegan <2.5

test:
commands:
Expand Down

0 comments on commit cc94fdb

Please sign in to comment.