Dear all,
can anyone point me to a good start for developing a JGR dependable R application? Roughly speaking I want to do something that enhances the JGR menu by some options just like Deducer (btw now available with ggplot2!!) does (of course I want to do it in a much much simpler way). Basically the application is a GUI for rendering periodical reports that use Sweave .Rnw as some "templating language", but have some frequently changing text.
So ...
1) Is it reasonable to connect it to R / JGR ? or should I just create some stand-alone Java program or Python script that does the job... ?
2) Which part should be written in Java and which in R ? I checked Deducer's source code and found quite a bit of JAVA... which parts would you recommend doing in JAVA ?
3) Can you point me to other packages, and less complex than Deducer that use JGR, so hopefully I can learn from their code?
4) Is there another way to add some menu to the standard R GUI, that would work on "all" OS (Linux, Windows, Mac OS X) ?
Thx for any suggestions, pointers and do-NOT-do-it shouts in adavance!