I've installed opencpu package in R. I am running the following linein R: library(opencpu) It runs very quickly and says "Welcome to Open CPU!"
Then I run the following line: ocpu_start_server()
It takes about 10 min to say: OpenCPU single-user server, versinon 2.0.3 Starting 2 new worker(s) READYY to server at: ...
I've shut down my R and rerun the commands. Againt - it takes about 10 min. Is this normal? Does it always take so long?
I am on Windows, have a fast connection to the Internet. Thank you!