ropensci / neotoma

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

Fix `compile_list()` to work again after changes to `$counts` in object returned by `get_download()` #27

Closed gavinsimpson closed 11 years ago

gavinsimpson commented 11 years ago

The recent change to the returned object of get_download() broke compile_list(). This pull request fixes compile_list() to work with the new returned object. In addition it removes the two plyr calls to use just as simple calls to lapply() and sapply(), plus a few other minor fixes and one robustification.

gavinsimpson commented 11 years ago

Pull request now includes fixes to get_contacts() to fix errors following change to reshape2 that I didn't pick up initially.