Fatal error: cannot mkdir R_TempDir

前端 未结 6 1711
有刺的猬
有刺的猬 2021-02-07 00:53

When attempting to run R, I get this error:

Fatal error: cannot mkdir R_TempDir

I found two possible fixes for this problem by goog

6条回答
  •  别那么骄傲
    2021-02-07 01:18

    Dirk is right, but misses a point: If /tmp is full, you can't create subdirectories there. Try

    df /tmp
    

    I just hit this on a shared server, where /tmp is mounted on it's own partition, and is shared by many users. In this particular case, you can't really see who's fault it is, because permissions restrict you seeing who is filling up the tmp partition. Basically have to ask the sys admins to figure it out.

提交回复
热议问题