Problems requiring rJava in Windows

后端 未结 2 2303
渐次进展
渐次进展 2021-02-20 03:20

I am using a 64-bit machine, with the latest version of R (3.1.2), the latest RStudio version (0.98.1091) and the latest JAVA (Version 8 Update 31).

I tried to require r

2条回答
  •  囚心锁ツ
    2021-02-20 03:59

    The architecture of Java you get for install from the regular Java download web page depends on the architecture of browser you’re using (32-bit or 64-bit) when you download it. This happens without any fanfare. Try the Java manual download page, select the 64-bit version of Java for your OS, install it, and then (after restarting R) try your R packages again.

提交回复
热议问题