简体   繁体   English

install.packages 中的警告:无法在 R 3.5 中移动临时安装

[英]Warning in install.packages : unable to move temporary installation in R 3.5

I am getting this classic error in R我在 R 中遇到了这个经典错误

unable to move temporary installation '\\zrheaf00\\users$\\807140\\R\\win-library\\3.5\\file26bc1bee38f9\\fields' to '\\zrheaf00\\users$\\807140\\R\\win-library\\3.5\\fields'无法将临时安装 '\\zrheaf00\\users$\\807140\\R\\win-library\\3.5\\file26bc1bee38f9\\fields' 移动到 '\\zrheaf00\\users$\\807140\\R\\win-library\\3.5\\fields'

in previous versions it was possible to fix by在以前的版本中,可以通过以下方式修复

Trace(utils:::unpackPkgZip, edit=TRUE)跟踪(utils:::unpackPkgZip,编辑=真)

Nevertheless this version does not have the sys.time option.尽管如此,这个版本没有 sys.time 选项。 Is there any solution for 3.5? 3.5有什么解决方案吗?

I think the culprit maybe your antivirus software/app.我认为罪魁祸首可能是您的防病毒软件/应用程序。 I disabled mine and the error message disappeared.我禁用了我的,错误消息消失了。

This problem exists in R 3.5 on network folders in Windows 10, and the sys.sleep solution is no longer relevant unfortunately.此问题存在于 Windows 10 中网络文件夹的 R 3.5 中,不幸的是 sys.sleep 解决方案不再相关。 I have full read/write permissions on the network drive where R install libraries, but still receive this error.我对 R 安装库的网络驱动器具有完全读/写权限,但仍然收到此错误。 I do not have admin rights for the machine and therefore cannot switch off anti-virus software.我没有机器的管理员权限,因此无法关闭防病毒软件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM