Top "Rjava" questions

rJava is an interface between R and Java.

How can I make rJava use the newer version of java on osx?

I am following this tutorial on rJava: http://cran.r-project.org/web/packages/helloJavaWorld/vignettes/helloJavaWorld.pdf I have made …

java r rjava
Problems requiring rJava in Windows

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 (…

r windows rjava
Error while loading rJava

I get an error when I'd like to load rJava. JDK is installed. (I run R on a CentOS VM (…

java r centos cloudera rjava
package 'rJava' could not be loaded

I cannot solve my problem with rjava on R. When I install rJava package and require it, I have no …

r rjava
R, loading rJava error

I'm running R (version 3.4.0) on macOS sierra (10.12.5) and I'm trying to use the xlsx library which requires the use of …

java r rjava
Can't install rJava 0.9 on Ubuntu 10.04

I use R 2.13 from the CRAN apt repo for Ubuntu 10.04, and I'm trying to install Deducer, which requires JGR/rJava, …

r rjava
Run R script using JAVA program

I am new to R programming. I have created a simple R script and trying to run it using JAVA …

java r rjava rserve
How does one configure rJava on OSX to select the right JVM -- .jinit() failing

I installed rJava by calling install.packages("rJava") -- no problems seen However when I call: library(rJava) .jinit() I …

java r rjava
Another rJava library install error: rJava.rdb' is corrupt

I am having a time with java related packages this week. I finally got my RWeka working (see HERE), but …

java r rjava
.onLoad failed in loadNamespace() for 'rJava' when installing a package

I have a package "javaOnLoadFailed" (just a minimal package for testing my issue, hence the weird name) which imports rJava. …

r rjava