ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

Fix compile taxa #131

Closed andydawson closed 10 years ago

andydawson commented 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.

SimonGoring commented 10 years ago

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.