mikemc / speedyseq

Speedy versions of phyloseq functions
https://mikemc.github.io/speedyseq/
Other
46 stars 6 forks source link

`print()` fails with error on otu tables #76

Closed mikemc closed 6 months ago

mikemc commented 6 months ago

Recently I noticed that I am getting an error when I try to print an otu table,

> print(otu)
Error in eval(call("force", as.symbol(paste0("..", x)))) : 
  argument "..2" is missing, with no default

I haven't had a chance to create reprex or look into what is going on here, but this is sufficiently annoying that I will try to do this soon.

Addendum: The same error occurs on tax tables, but not on sample data. I'm guessing it's specific to matrices.