成品型网站建设,网站如何做等级保护,如何优化关键词搜索,什么网站从做系统1、intellij idea安装R包ggplot2问题
在我上次解决图形显示问题后#xff0c;发现安装ggplot2包时出现了问题#xff0c;这在之前高版本中并没有出现问题#xff0c;
install.packages(ggplot2)
ERROR: lazy loading failed for package lifecycle
* removing C:/Users/V…1、intellij idea安装R包ggplot2问题
在我上次解决图形显示问题后发现安装ggplot2包时出现了问题这在之前高版本中并没有出现问题
install.packages(ggplot2)
ERROR: lazy loading failed for package lifecycle
* removing C:/Users/VICTUS/Documents/R/win-library/4.0/lifecycle
Warning in install.packages(ggplot2) :installation of package ‘lifecycle’ had non-zero exit status
ERROR: dependency lifecycle is not available for package gtable
* removing C:/Users/VICTUS/Documents/R/win-library/4.0/gtable
Warning in install.packages(ggplot2) :installation of package ‘gtable’ had non-zero exit status
ERROR: dependencies gtable, lifecycle are not available for package ggplot2
* removing C:/Users/VICTUS/Documents/R/win-library/4.0/ggplot2
Warning in install.packages(ggplot2) :installation of package ‘ggplot2’ had non-zero exit statusThe downloaded source packages are in‘C:\Users\VICTUS\AppData\Local\Temp\Rtmp6Hd81s\downloaded_packages’
但是在高版本r语言中并没有出现此问题为此
为了使intellij idea显示图片降级r语言但是安装r包时候出现问题
为了安装包不出问题升级r语言版本可是图像显示又出现了问题。 在查找了大量资料后发现这是两者接入的bug问题官方仍在修复所以为了舒适使用R语言编写代码使用RStudio是不错的选择。 2、在RStudio中运行正常显示
在RStudio中打开文件运行发现一切正常。 结果可以准确输出。
安装r包:
install.packages(pak) 可见r包也是正常安装。
所以为了更好的r语言体验使用RStudio进行编写可以很好的避免上述问题。