Unable to install rJava in R 3.0 in Ubuntu 13.04

后端 未结 4 1781
忘了有多久
忘了有多久 2020-12-02 14:34

I am not able to call rJava package in R 3.0. I got the following message

Error: package ‘rJava’ was built before R 3.0.0: please r         


        
4条回答
  •  执念已碎
    2020-12-02 14:40

    I was also facing same error which was on RHEL8.1 & i resolved it as follows:

    yum --enablerepo=* install java-1.8* 
    

    later i ran same command which was giving me error logs of R server.

    R CMD javareconf
    

    which turns into following output.

提交回复
热议问题