Tagged Questions
0
votes
0answers
23 views
StatRT in Eclipse - cannot install rt package in R in Linux Mint 14
I am having trouble getting StatRT to work in eclipse. The problem is when I try to install the rt package in R
install.packages(c("rj", "rj.gd"), repos="http://download.walware.de/rj-1.1")
I've ...
0
votes
0answers
27 views
cforest tree prediction rule extraction
Similarly to How I can extract the RandomForest from R for use in production?
I aim to extract the rules from a Random forest in R (this time it is the class "RandomForest") in such a fashion such ...
5
votes
1answer
222 views
Unable to install rJava in R 3.0 in Ubuntu 13.04
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 re-install it
I am getting error when I tried to re-install rJava ...
1
vote
0answers
26 views
Loading Java-based R packages (e.g. XLConnect) using RCaller
I am calling R Scripts from Java using R Caller 2.0. I would like to load Java-based packages like XLConnect but I get the error 'Could not find function "LoadWorkbook"'.
I can not post more of the ...
0
votes
1answer
55 views
Running R Code remotely from java application
I need to run R Code from Java application. The R Server is installed on the remote box. I failed to find any information on Java connector for R. Maybe I am just exposing my ignorance, but any hints ...
1
vote
0answers
35 views
Creating R script in web app and execute it against remote database
I have java/JFS web app. I have to make possible creation of custom R script in app, and it's execution on remote Oracle DB with Oracle R Enterprise. I don't even understand the concept. Can a R ...
0
votes
1answer
29 views
Which Hadoop release fits RHive requirements
I try to install RHive.
According requirements, RHive needs Hadoop core >= 0.20.3
(See http://cran.r-project.org/web/packages/RHive/)
When I go to Apache Hadoop releases, there is no 0.20.3 ...
0
votes
0answers
15 views
instantSOAP - similar implementations?
I've ran into this website, http://instantsoap.sourceforge.net/, but sadly it looks like it hasn't been updated since 2008, and none of the links seem to work. Does anyone know if there's similar ...
-1
votes
1answer
38 views
Translate java Logical Operator into R
I need to convert this java statement into R (simplified):
return T/F || T/F || T/F ^ T/F;
I see that ^ is the "bitwise exclusive OR" in java, but I'm don't completely understand what this would be ...
0
votes
0answers
42 views
C stack usage is too close to the limit and converting java code to R [duplicate]
Whilst undergoing a university project using R to calculate the accurateness of a data mining technique algorithm, I and my supervisor agreed in implementing the DP algorithm shown here ...
3
votes
2answers
88 views
Working between Java and R
I am trying to pass a double array into R, sum its values, and return it to Java. Here is what I am trying to do in Java:
import org.rosuda.JRI.REXP;
import org.rosuda.JRI.Rengine;
// Start R ...
0
votes
2answers
116 views
Call R from JAVA to get Chi-squared statistic and p-value
I have two 4*4 matrices in JAVA, where one matrix holds observed counts and the other expected counts.
I need an automated way to calculate the p-value from the chi-square statistic between these ...
1
vote
2answers
61 views
JRI REXP boolean values
I want to get results from an method which is called kruskalmc.
The results in R console look like that:
Multiple comparison test after Kruskal-Wallis
p.value: 0.05
Comparisons
obs.dif ...
0
votes
0answers
31 views
cloudfoundry, Run R and my own R packages (library) under cloud foundry
I deployed a java application embedding R packages to cloud foundry to test, but it seemed that R did not execute. The java war file works fine under tomcat7 in my local server. Could anyone suggest ...
1
vote
0answers
105 views
Implementation of a Java “ArrayList” like data structure in R to allow fast appending of ReferenceClasses objects one-by-one (probably using rJava)
I need to perform a discrete event simulation involving lots of general linear regression in R and hence a large number of R objects need to be appended into a list or an array one by one. Now ...
3
votes
2answers
121 views
Writing code to: start an R session, run R script, terminate session, repeat
I am looking for a simple "set it and forget it" way, either as a single string of arguments in terminal or a simple Java program, to automate the following:
1) start an R session
2) tell R to ...
0
votes
0answers
67 views
rJava Memory Error
I am building a large species distribution model using the package "dismo" in the latest version of r. When I go to process the basic model using the code:
me <- maxent(x=train, p=p)
I get the ...
1
vote
0answers
89 views
Performance and ease of use for embedding or calling R from Java on Linux Systems
I am soliciting up-to-date feedback on a specific use case of R/Java integration:
integrating R and R libraries into a JVM based app (java/scala) on a Linux environment (Deb/Ubuntu and Centos/RHEL ...
1
vote
0answers
139 views
how to use R function in Java using toJava in rJava package
I have a long function written in R and I want to call this function in Java. Now I am using JRI to link R and Java. If I just use eval(XX), I can get the return from R in java environment. But ...
0
votes
1answer
31 views
R hangs after finishing running a JAR
I have an r script that calls a jar like this:
system("java -cp myJar.jar com.myMainClass arg1 arg2", intern=TRUE)
I can "see" the java code executing (cpu jumps and disk writes), which outputs a ...
0
votes
1answer
98 views
Apache PIG: A very restricted language? [closed]
What is the most efficient way to get advantage of Apache PIG? People advised me that PIG is a-must for big data, however, it lacks of functionality - especially if we compare it with R or Python. It ...
0
votes
0answers
131 views
Error starting Java when loading xlsx package
I downloaded the xlsx package but when I call it trhough the library() function I get the following error:
> library(xlsx)
Carico il pacchetto richiesto: xlsxjars
Carico il pacchetto richiesto: ...
0
votes
1answer
110 views
Using R in Java application on a Mac
This is a follow up to one of my previous post about using R with JAVA on a Mac. My application depends on R to run. I've got Java installed, java version "1.6.0_37". I've got "R" installed, R version ...
0
votes
1answer
91 views
R xlsx error: java.lang.NoClassDefFoundError: Could not initialize class sun.java2d.Disposer
I'm using the xlsx package to write Excel files in R:
library('xlsx')
df.test <- iris[1:5, ]
wb <- createWorkbook()
sheet1 <- createSheet(wb, 'Indirect Sales')
...
2
votes
0answers
41 views
Why does the statet eclipse plugin crash upon updating the envrionment index with java 1.7.0?
Running R in Eclipse using the statet plugin results in a crash when I choose to update the environment index (necessary for the popup help) but only if run with java 1.7.0.
Versions: R 2.15.2x64, ...
1
vote
0answers
49 views
Error in function split.default
I'm using R with SPOT and Java for calibrating parameters on an project I'm working on. The .res file looks ok, it has the values it should have. I'm new with R and SPOT and I can't find about this ...
0
votes
0answers
146 views
Integrating R and Hadoop (using JRI)
I have seen some option to integra R and hadoop like : RHadoop, RHipe , Hadoop Sreaming , RHive.
I dont have any experinece in R but i do have good exp in Hadoop. Approach i am talking about might be ...
0
votes
0answers
50 views
R rjava noclassdeffound
I've been using the xlsx package for R successfully for a while now. That package requires rjava and ever since the most recent Windows update, rjava now throws an error in R. The error is:
...
2
votes
1answer
96 views
Why am I getting different intercept values in R and Java for simple linear regression?
I have linear regression code written in R and I have to do the same thing in Java. I used Apache Commons math library for this. I used the same data in R code and in Java code, but I got different ...
0
votes
2answers
323 views
linear regression in Java similar in R [duplicate]
Possible Duplicate:
Is there a Java library for better linear regression? (E.g., iteratively reweighted least squares)
I have a following code inf R, but i need to implement the same thing ...
0
votes
0answers
61 views
Using R with Java in a portable context
rJava allows to integrate Java and R. R portable allows to run R on a USB drive and bring it with you on different Windows machines. You can install the rJava package with the R portable. It will use ...
1
vote
1answer
290 views
Calling R in java-Rcaller
I am trying to implement clustering using R in java by employing R caller. I am trying to run sample code for clustering validation and I get that common error faced by most of the users: Premature ...
1
vote
0answers
277 views
Java RCaller - basic example not working [closed]
I have R installed here:
C:\Program Files\R\R-2.15.2\bin\
Where I find my "Rscript.exe" and "R.exe"
I am using the code sample found here
I have added my rCaller reference for RCaller-2.0.7.jar
...
0
votes
0answers
56 views
Cannot find function via Rserve but it is visible in R
I am trying the Java client to rserve. I have a function defined in R as follows:
bar <- function(x) { x+1 }
executing this inside R gives the following (expected) output:
> bar(1)
[1] 2
...
0
votes
1answer
76 views
ProcessBuilder launching of X11 app fails with java7, worked with java6
I have a server process written in java that uses ProcessBuilder to launch a command line program (the R statistic engine) that can cause X11 to start up when run with the Apple 1.6 jvm. However, this ...
1
vote
1answer
191 views
Run R script in java code and output r result into text file
I am trying to run R script in java program and output the result into text file.
Here is my java code:
import java.io.*;
public class rclass {
public static void main(String[] args) {
try {
...
0
votes
1answer
107 views
Error writing xlsx in R: Could not initialize class sun.java2d.Disposer
I'm using the xlsx package to write Excel files in R:
addPicture('trend_indirect.png' ,sheet1)
addDataFrame(df.ssis_duplmonth ,sheet1, startRow=22)
addDataFrame(df.ssis_dupltrans ,sheet1, ...
8
votes
3answers
249 views
finding coordinate of sketch image (eg. scanned as photo format) in r or other software
I want to redraw any sketch within R with polygon. But I need a painstaking work to find coordinates (X or Y values for each points).
Is there any R package or other software that can find ...
0
votes
0answers
119 views
Integrating java , c++ and R
I am able to integrate c++ and R through RInside library. However when I use a jni call as my UI is through java it crashes at C++ side.
JNICallingClass.C:
JNIEXPORT void JNICALL Java_CallR_run ...
3
votes
0answers
188 views
Rserve connection fails
I am using WPS4R provided by 52north
Up to 3 days ago everything was fine and WPS could connect to R by use of Rserve properly but now this connection can not be made. I uninstalled everything, ...
1
vote
1answer
95 views
Designing format for intermediate data files?
We are dumping a lot of data (in terms of volume than frequency i.e. dumping 100K or > 400MB records at once ) from database to Excel files. The dumping process is currently being performed in Python, ...
2
votes
2answers
227 views
Using the Stanford NLP libraries from within R, using the rJava package
Does anybody have any experience with using StanfordCoreNLP ( http://nlp.stanford.edu/software/corenlp.shtml through rJava in R? I’ve been struggling to get it to work for two days now, and think ...
1
vote
1answer
106 views
Distributing Java Application that uses JRI and R
So I am working on a Java Application that uses the JRI library to talk to R (developed in Eclipse on Windows 7). In order to get JRI to work, I had to modify a bunch of environment variables (PATH, ...
3
votes
0answers
308 views
Conflict with xlsx package and choose.files
I'm having a strange problem with loading the xlsx package and using choose.files.
This problem began as soon as I updated RStudio to the newest version (v0.97.237). If I start RStudio and then ...
2
votes
0answers
143 views
how to get rJava 0.9-3 to work on OS X 10.7.4 with Oracle Java 1.7?
Is there anyone out there who has managed to get rJava 0.9-3 to work on OS X 10.7.4 with Oracle Java 1.7?
R version 2.15.2 (2012-10-26) -- "Trick or Treat" Platform
x86_64-apple-darwin9.8.0/x86_64 ...
1
vote
0answers
136 views
R language Strange behavior
I'm using some R code in order to use the model BG-NBD implementation
I'm using Java and I call R by using RCaller.
I must admit that i'm really really new to R so maybe I'm doing something wrong.
I ...
1
vote
2answers
290 views
Sourcing r-files only once on Rserve
I have written a small Java client which does some calculations on an Rserver. For this purpose, there are functions.r- and libraries.r files on the server side, which have to be sourced, before the ...
2
votes
1answer
176 views
Can't install rJava on ubuntu system
I've seen a few posts related to this...but all the suggested solutions ive seen dont seem to work....I am running R in an EC2 instance and ran the following commands to try and install rJava but to ...
1
vote
1answer
105 views
can a JRI(Java/R Interface) program in a JAR file run on a system that doesn't have R installed?
If a JRI(Java/R Interface) program uses R to display a graph, can it be bundled into a jar and run on a system without R?
1
vote
1answer
125 views
Increasing Java heapsize in R has no effect
on Linux and Windows I call
options( java.parameters="-Xmx512m" )
before loading any R libraries which rely on rJava. Especially when reading and writing large Excel files using XLConnect (which ...


