RStudio中的 "Error in gzfile(file, “wb”) :cannot open the connection"怎么解决
最近在学习R语言,下载好rpart,rpart.plot后,在运行决策树的代码时,出现无法绘制图片的问题,总会出现报错,具体情况如下:
library(rpart.plot) #— If the packages rattle is installed, it has rpart.plot in it
rpart.plot(rpart.model)***
即遇到需要绘制图片时会出现以下错误:
Error in gzfile(file, “wb”) :cannot open the connection
In addition: Warning message:
In gzfile(file, “wb”) :
cannot open compressed file’C:/Users/???/AppData/Local/Temp/RtmpCuJjwT/rs-graphics-304ed13f-1958-4eeb-930a-24d61ef9cef2/7c68cc44-8d16-47cd-a3ba-93c854098270.snapshot’,probable reason ‘Invalid argument’
Graphics error: Plot rendering error
遇到这个问题也搜索了别人怎么解决的,有卸载重新安装的,有重新添加路径到环境变量中的,但是都没有解决我的问题。在思考之后