Displaying 1 result from an estimated 1 matches for "deployr".
Did you mean:
deploy
2015 Aug 24
1
Web apps on a R server
I want to deploy some R web apps with a clean separate of concerns: R
code // applications.
My choice for the R part is to use one of these two tools:
- deployR[1]
- OpenCPU[2]
and JavaScript for web apps.
OS is Fedora 22 and web server Nginx.
I have been reading documentation about these two R application
integration tools, and find hard to choose one method. So I am
interested in hearing testimonies from anyone with experience and
pro/cons.
Thank yo...