ropensci / neotoma

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

Remove dependence on plyr #33

Closed gavinsimpson closed 11 years ago

gavinsimpson commented 11 years ago

Having looked at the code, there is little reason to use plyr in neotoma. Removing a dependency should make maintaining the package into the future that bit simpler.

I have a branch in my repo that has completely removed the dependency on plyr. It is ready to be pulled once #29 is merged, should you wish to merge it. At the moment if I do a pull request on that branch, it will try to merge #29 and the new changes in my noplyr branch.

SimonGoring commented 11 years ago

Wait, @gavinsimpson, does your fix mean that this issue can be closed? If so, can you close it?

gavinsimpson commented 11 years ago

@SimonGoring Yep, dependency was removed