I have been exploring some options for implementing an R Web interface where users will have the option of selecting certain criteria, for eg., date ranges, plot type, etc. The issue is that a number of the R web interfaces that are listed in CRAN seem to have been last updated 5-6 yrs back ... and the most recent / up-to-date implementation seems to be RApache. From the site of Jeffrey Oons, a number of good examples of how to use RApache with JSON was available that looked quite impressive. However, as of this time, it seems that RApache only runs on Debian / Ubuntu / Mac.
I wanted to ask if anyone is aware of other R web-based implementation that can produce nice looking webpages (eg., display a dataframe within a scrollable widget, display ggplot2 objects, etc).
Also - does anyone have RApache running on Redhat / Solaris ?