After setting up an OpenCPU-Server and some first steps in this framework, I'm now looking forward to writing my first OpenCPU App and have already composed a package for this. As this blog post states:
By including web pages in the /inst/www/ directory of the source package, we can turn our scoring engine into a standalone web application
Surely there must be more to it than this?
> opencpu::installed_apps() # R-Studio Serverside, doesn't list my package
[1] "rwebapps/gitstats" "rwebapps/markdownapp" "rwebapps/nabel"
I've looked into ?opencpu::ocpu_start_app()
and ?opencpu::install_apps()
where it says
[...] To deploy your apps on a cloud server or ocpu.io, simply push them to github and install the opencpu webhook.
So my question is: Is there a way to both author and install OpenCPU Apps directly in R-Studio serversided, without first having to push my package to github?