Open Skirnir3141 opened 3 days ago
Hello Mike,
you may safely ignore this warning (and it will not appear if you set multithread = FALSE
).
The warning comes from the support of additional arguments (...
) that phyloseq_mult_raref
may pass to phyloseq::rarefy_even_depth
. It occurs because ...
argument is being handled withing nested functions.
I will think how to remove it, but it does not impact the results in any way.
With kind regards, Vladimir
Hey there, I'm running the phyloseq_mult_raref function on a fairly small phyloseq object and it's throwing some warnings. Trying to figure out why.
Warnings:
I have the following libraries loaded:
Using R version 4.4.2 on a machine running Ubuntu 22.04.5 LTS.
Any idea what's causing the warning?
Thanks!