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
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.