我發現opencpu是Shiny的替代品,我開始使用它。我在執行ocpu_start_app()時遇到問題。我設法讓ocpu_start_server()運行得很好。然後,我停止了服務器,並試圖執行ocpu_start_app(「rwebapps /股」)後的手冊,但我得到這個錯誤:r - opencpu - 執行錯誤ocpu_start_app()
Error: Application 'rwebapps/stocks' is not installed. Try: opencpu::install_apps('rwebapps/stocks')
我試圖安裝的應用程序按指示opencpu :: install_apps( 「rwebapps /股」)並得到了另一個錯誤:
Error: Failed to read https://raw.githubusercontent.com/rwebapps/stocks/master/DESCRIPTION. Repsitory does not contain a proper R package.
我看周圍,並試圖另闢蹊徑,使用安裝devtools :: install_github(「rwebapps /股」)的應用程序包和得到這個錯誤:
Installation failed: Couldn't resolve host name
我認爲這是因爲我沒有互聯網連接,但我的互聯網連接工作得很好。事實上,我使用install.packages(「opencpu」)來安裝opencpu軟件包,而'install.packages'命令需要正確的互聯網連接。
任何人都可以幫忙嗎?
我的規格/以下環境:
Operating System: Windows 10 Enterprise 64-bit
Rstudio version:
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 3.3
year 2017
month 03
day 06
svn rev 72310
language R
version.string R version 3.3.3 (2017-03-06)
nickname Another Canoe
opencpu version:
[1] '2.0.3'
devtools version:
[1] '1.13.2'
我可以打開你在瀏覽器中鏈接的網址。 – addicted