Fatal error: cannot mkdir R_TempDir

前端 未结 6 1804
有刺的猬
有刺的猬 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:24

    Check for the user account with which you are launching the RStudio with. Now u check the TMP(System Environment variable) for its location. If the user who is launching RStudio has Write access for those directories you will not face this issue. Being said that you are facing this issue, all you have to do is to change the permissions for that user to have write access on those directories.

提交回复
热议问题