ropensci / neotoma

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

fix to remove unneeded @import of all of reshape which was causing check... #116

Closed gavinsimpson closed 10 years ago

gavinsimpson commented 10 years ago

... warnings

The issue was the import(reshape2) statement in NAMESPACE. This was coming from the use of @import reshape2 in two .R files, neither of which were using functions from the package.

This PR fixes this problem and removes two significant warnings under R CMD check.

SimonGoring commented 10 years ago

Thanks @gavinsimpson I didn't know why that was happening.