Dear All I would like to know how can I call user defined R function from JRI. I stored my function (UCS) in the working directory and I load that function into the program using Rengine re=*new* Rengine(args, *false*, *null*); re.eval("source('UCS')") * *But *re.eval("UCS()")*, is not working. How can I solve this problem. Thanks in advanced.
*Kind Regards* *W. Mathew* [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.