Re: [R] Any good R server-with connection examples

2012-10-23 Thread Aleksandar Blagotić
Don't try to integrate R with PHP, as you'll end up writing spaghetti code. Use AJAX to send requests to the server with RApache scripts. OpenCPU will do the job just fine, but make sure you use JSONP/CORS to bypass the same origin policy. Long story short, it's something like this: LAMP -AJAX- R

Re: [R] nice report generator?

2012-02-10 Thread Aleksandar Blagotić
Hi guys, AFAICT, this conversation now discusses some domain-specific issues. However, in reply to OP and OQ, I'll shamelessly advertise the package that Gergely Daróczi and I have released recently. It's named rapport, and you can grab it from CRAN or GitHub (https://github.com/aL3xa/rapport/).