metagMisc icon indicating copy to clipboard operation
metagMisc copied to clipboard

phyloseq_inext -- error in rbind

Open gabriellestedman opened this issue 1 year ago • 3 comments

I believe dependencies in phyloseq_inext may be compromised. The function was working for me beautifully maybe a week ago, and now the example code associated with this function is no longer working.

R.Version() = 4.2.2 (2022-10-31) packageVersion("phyloseq") = ‘1.42.0’ packageVersion("metagMisc") = ‘0.5.0’

See the reproducible example below:

library(phyloseq) library(metagMisc) data("esophagus") phyloseq_inext(esophagus) Error in rbind(deparse.level, ...): numbers of columns of arguments do not match phyloseq_inext(esophagus, curve_type = "coverage") Error in rbind(deparse.level, ...): numbers of columns of arguments do not match phyloseq_inext(esophagus, justDF = T) Error in rbind(deparse.level, ...): numbers of columns of arguments do not match

gabriellestedman avatar Mar 13 '23 23:03 gabriellestedman