0

New R user: I get the following error when I try to add "reshape" to my library

Attaching package: ‘reshape’

The following objects are masked from ‘package:reshape2’:

colsplit, melt, recast

So commands like "untable" wont run. Can someone help?

Chichi
  • 1
  • 1
  • 1
    You can run with `reshape2::colsplit` – akrun Dec 01 '16 at 17:13
  • do you really need both `reshape` and `reshape2`? What exactly are you doing? It would be nice if you provide a [reproducible example](http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) to make it clear how you are making your package. – MrFlick Dec 01 '16 at 17:15
  • This is not an error, but a warning (or information). – PhillipD Dec 01 '16 at 17:15

0 Answers0