[user@mgmt dir]$ R
Fatal error: cannot create 'R_TempDir'
[user@mgmt dir]$ ll -ad /tmp
drwxrwxrwt. 2 root root 135168 Jun 20 19:12 /tmp
[user@mgmt dir]$ df -lh /tmp
Filesystem Size Used Avail Use% Mounted on
/tmp 100G 100G 0 100% /tmp
ps: 解决方案:https://stackoverflow.com/questions/6307836/fatal-error-cannot-mkdir-r-tempdir
Find who is filling up the /tmp dir or /root dir and delete it
du -sh *
本文介绍了解决R软件启动时出现的致命错误——无法创建'R_TempDir'的问题。该问题通常由于/tmp目录空间不足引起。文章提供了检查和清理/tmp目录的方法,并给出了具体的命令示例。
2283

被折叠的 条评论
为什么被折叠?



