Unable to load rJava on R

后端 未结 8 2058
野趣味
野趣味 2020-11-27 05:14

I wish to load rJava in R x64 3.1.2. OS- Windows 8.1 64 bit

Though installation seems to work fine:

  > install.packages(\"rJava\")
    Installing         


        
8条回答
  •  抹茶落季
    2020-11-27 05:23

    Try downloading the RStudio daily build: http://dailies.rstudio.com

    It worked for me on the second try after I tried everything else (updated R, Rstudio, Java, reinstalled rJava a million times, and followed all the stackoverflow advice).

    The tip came from the RStudio support forums:

    RStudio is indeed failing to read some of the start-up information normally provided by R here...

    We have a potential fix for this in the latest daily builds of RStudio -- if you're willing, you can try downloading and testing from http://dailies.rstudio.com

提交回复
热议问题