Re: [R] R2HTML problem

2010-06-07 Thread Joris Meys
Err, sorry, forget my previous message. It has nothing to do with Tinn-R or Eclipse. If you save that code in a file and you use the source command in the console, you get the same output. Tinn-R and Eclipse both source the code to R instead of sending it line by line. To get what you want, you

Re: [R] R2HTML problem

2010-06-06 Thread RGtk2User
Which editor could I use on Windows? The program that already works with TinnR... will work with this new editor? Thanks! On Sat, Jun 5, 2010 at 11:40 PM, Joris FA Meys [via R] ml-node+2244582-437396255-277...@n4.nabble.comml-node%2b2244582-437396255-277...@n4.nabble.com wrote: Tinn-R is

Re: [R] R2HTML problem

2010-06-06 Thread Joris Meys
Take a look at eclipse : http://www.splusbook.com/R_Eclipse_StatET.pdf And yes, your program should work. The editor doesn't do anything else but sending your code to R. It is R that decides what to do with it. Cheers Joris On Sun, Jun 6, 2010 at 7:25 PM, RGtk2User iagoco...@gmail.com wrote:

[R] R2HTML problem

2010-06-05 Thread RGtk2User
Im developing an application with R and Gtk+. It's just a simple GUI which helps new users to interactuate with R. Thing is, when you do a statistical analysis, I also want to provide a HTML report, but HTMLStart doesnt work propperly when executing from TinnR. It does create the file but not

Re: [R] R2HTML problem

2010-06-05 Thread Joris Meys
Tinn-R is using the R2HTML package itself for communication with R. You could ask JC Faria who wrote Tinn-R what exactly is going on there. You might get more help here : http://sourceforge.net/projects/tinn-r/support Personally, I'd just use a different editor in this case. I love Tinn-R, but