I want R to produce, for example, normal data and then use this data in Java. I know there is a function to convert an REXP object to an array but it doesn\'t seem to work. Here is what I have:
I\'m using JRI to generate ggplot2 plots from Java.Currently I have to write plots to disk.How do I do this without going through files, i.e.开发者_如何学编程 just rendering the plots in memory?
I\'ve managed to install RMySQL in R, and it runs fine (I also installed its required dependency, DBI, and it works fine too). I\'m building a java application that interacts with R through the JRI pa
I am using the JRI api to use \"R\" in Java. I have created a web-service which has the JRI code . When I consume this web-service for the first time it works properly, but with a subsequent request t
I\'m wondering if anyone has experience with my error message or has any advice. When I run the ./configure file it runs with no error.When I run the make file I get
I\'ve developed a Java application that uses JRI to make use of the ptw package. On Linux (Ubuntu 10.04, R 2.10.1, JRI 0.5.0) it works fine.
I created my own new R library (called \"Media\"). There is no problem when I try to load it with RGui, and I can call the functions defined in the new package.This is how I load it: