[R] how save R file in exe file?

2011-11-07 Thread jesslim
I am the beginner of R. I just want to know how can i save my .R file into
exe.file and that later will be execute in java. 

--
View this message in context: 
http://r.789695.n4.nabble.com/how-save-R-file-in-exe-file-tp3998352p3998352.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


[R] how use rjava

2012-02-25 Thread jesslim
i set an example in
http://www.mail-archive.com/r-help@stat.math.ethz.ch/msg76159.html

but an error occur
Error in .jcall(“my_convolve”, “[D”, “convolve”, x, y) :
RcallMethod: cannot determine object class

because the directory of classpath? how solve it? 

--
View this message in context: 
http://r.789695.n4.nabble.com/how-use-rjava-tp4419952p4419952.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


Re: [R] RJava help

2012-02-25 Thread jesslim
u get the solution? if yes, please share it. i face same problem too

--
View this message in context: 
http://r.789695.n4.nabble.com/RJava-help-tp2995886p4419945.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


Re: [R] RJava help

2012-02-25 Thread jesslim
i saw an example in
http://www.mail-archive.com/r-help@stat.math.ethz.ch/msg76159.html

but an error occur
Error in .jcall(“my_convolve”, “[D”, “convolve”, x, y) :
RcallMethod: cannot determine object class

because the directory of classpath?

--
View this message in context: 
http://r.789695.n4.nabble.com/RJava-help-tp2995886p4419947.html
Sent from the R help mailing list archive at Nabble.com.

__
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.