Closed andydawson closed 10 years ago
Minor bug fix in compile_taxa.R . In the case that object was not of class 'download', missed.samples was being computed using ldply, which threw an error.
Thanks, that works! It's a problem having both multiple downloads and single objects have the same class name. It means some awkward 'if' structure.
Minor bug fix in compile_taxa.R . In the case that object was not of class 'download', missed.samples was being computed using ldply, which threw an error.