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

Fix some dependencies #11725

Merged
merged 1 commit into from
Oct 31, 2018
Merged

Fix some dependencies #11725

merged 1 commit into from
Oct 31, 2018

Commits on Oct 31, 2018

  1. Fix some dependencies

    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
    ```
    pbordron committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    be80e8d View commit details
    Browse the repository at this point in the history