ggplot2 和 reshape2
我很高兴听到 reshape2 软件包有更新版本。
我安装了该软件包,但发现 ggplot2 软件包仍然坚持拥有 reshape 软件包,而不是 reshape2 软件包,因为我手动删除了 reshape 软件包,然后 ggplot2 无法运行。
我能做些什么来修复它吗?谢谢!
I have glad to hear that there is an updated version for reshape2 package.
I installed the package, but discovered that ggplot2 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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
install.packages
再次安装reshape
。他们不会干涉。Install
reshape
again withinstall.packages
. They won't interfere.