ropensci / neotoma

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

Re-base neotoma to use reshape2 instead of reshape #17

Closed gavinsimpson closed 11 years ago

gavinsimpson commented 11 years ago

When you load neotoma you get the following startup messages

> require("neotoma")
Loading required package: neotoma
Loading required package: reshape
Loading required package: plyr

Attaching package: ‘reshape’

The following object is masked from ‘package:plyr’:

    rename, round_any

As I understand it, reshape2 should avoid these infelicities and as it is the new code base will be maintained more closely than reshape.

If you want, I can take a stab at this?

sckott commented 11 years ago

please do

gavinsimpson commented 11 years ago

Pull request in #18 implements this change.