问题
I'd like to try OpenCPU in my own server. Official Installation Manual linked from https://public.opencpu.org/pages/download.html is not found.
Where can I get install instruction?
回答1:
The new version of OpenCPU, which hasn't officially been released yet, runs locally as well:
library(devtools);
install_github("opencpu", "jeroenooms")
library(opencpu)
Note that you need a recent version of httpuv
.
For now you can also have a look at the API doc, the opencpu.js javascript library and the cloud server.
来源:https://stackoverflow.com/questions/18029259/how-to-install-opencpu