r-opencpu-执行ocpu_start_app()时出错

r-opencpu-执行ocpu_start_app()时出错,r,opencpu,R,Opencpu,我发现opencpu是闪亮的替代品,于是我开始使用它。我在执行ocpu_start_app()时遇到问题。我设法使ocpu_start_server()正常运行。然后,我停止服务器并尝试按照手册执行ocpu\u start\u应用程序(“rwebapps/stocks”),但出现以下错误: Error: Application 'rwebapps/stocks' is not installed. Try: opencpu::install_apps('rwebapps/stocks') In

我发现opencpu是闪亮的替代品,于是我开始使用它。我在执行ocpu_start_app()时遇到问题。我设法使ocpu_start_server()正常运行。然后,我停止服务器并尝试按照手册执行ocpu\u start\u应用程序(“rwebapps/stocks”),但出现以下错误:

Error: Application 'rwebapps/stocks' is not installed. Try: opencpu::install_apps('rwebapps/stocks')
Installation failed: Couldn't resolve host name
我试图按照指示的opencpu::install_apps(“rwebapps/stocks”)安装应用程序,但遇到另一个错误:

Error: Failed to read https://raw.githubusercontent.com/rwebapps/stocks/master/DESCRIPTION. Repsitory does not contain a proper R package.
我四处阅读并尝试了另一种使用devtools::install\u github(“rwebapps/stocks”)安装应用程序包的方法,但出现了以下错误:

Error: Application 'rwebapps/stocks' is not installed. Try: opencpu::install_apps('rwebapps/stocks')
Installation failed: Couldn't resolve host name
我想这是因为我没有互联网连接,但我的互联网连接工作得很好。事实上,我使用install.packages(“opencpu”)来安装opencpu包,“install.packages”命令需要正确的internet连接

有人能帮忙吗

我的规格/环境如下:


看起来你的互联网根本不工作,或者至少不允许你连接到Github。您可以在浏览器中打开吗?

我可以在浏览器中打开您链接的url。