Reputation: 83
I built a simple R package which contains only one function helloWorld()
which prints “hello world”. I need help on deploy this using the R package opencpu. Can anyone help ?
Upvotes: 0
Views: 392
Reputation: 32978
Have a look at the example apps, in particular the appdemo package has this hello world app.
To deploy this, install opencpu-server
according to the manual, and then install the appdemo package.
Upvotes: 2