Re: [R] rjava be-carefuls

2013-10-14 Thread Joe W. Byers
Hurr, You have not given us much to help with here. You might try posting a specific problem here or on rosuda-devel users group, the developer group for rjava and other omegahat projects. Otherwise, start programming and see what work. I am trying to get Jsoup and/or htmlunit to work with

Re: [R] rjava be-carefuls

2013-10-14 Thread Hurr
No answers in the three days. Does anyone use rjava? If no one uses it, then I am afraid to try. Or is it extremely easy? -- View this message in context: http://r.789695.n4.nabble.com/rjava-be-carefuls-tp4678102p4678201.html Sent from the R help mailing list archive at Nabble.com. __

[R] rjava be-carefuls

2013-10-11 Thread Hurr
I have a java class with routines (and their tests) that I would like to use in R so I don't have to have two copies of important subroutines. I have looked at rjava, but can't grasp it all and don't know what are the important items to observe first so I don't get into too much trouble later. I