Error: package or namespace load failed for ‘rJava’

后端 未结 5 1218
一生所求
一生所求 2020-12-16 16:48

So I have tried the previously proposed answer to my question. but I am still having the same error message: I am trying to load the rJava library in R

5条回答
  •  北荒
    北荒 (楼主)
    2020-12-16 17:26

    For me the problem was caused because a 32-bit Java version was installed on the system, but I was running 64-bit version of R. Installing the 64-bit Java version solved the problem with rJava namespace environment. Because I am running a 32-bit browser I had to manually download the 64-bit Java version.

提交回复
热议问题