I have glad to hear that there is an updated version for reshape2 package.
I installed the package, but discovered that ggplot开发者_Python百科2 package still insist to have the reshape package, rather than the reshape2 package, as I manually removed the reshape package and then ggplot2 cannot run.
Anything I can do to fix it? Thanks!
Install reshape
again with install.packages
. They won't interfere.
精彩评论