我正在尝试使用Shiny
并且只是尝试运行基本的开箱即用示例。没有骰子。
我试图用谷歌搜索这个问题,但在外部服务器上运行它时,一切似乎都解决了问题。
也许我弄错了,但我认为这个应用程序会在我的浏览器中使用localhost
.
这是我所做的:
install.packages("shiny")
library(shiny)
runExample("01_hello")
这是错误:
> runExample("01_hello")
Listening on port 8100
Error in startServer("0.0.0.0", port, httpuvCallbacks) :
Failed to create server
为了完整起见,这是我的会话信息:
> sessionInfo()
R version 3.0.1 (2013-05-16)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] shiny_0.7.0
loaded via a namespace (and not attached):
[1] bitops_1.0-5 caTools_1.14 digest_0.6.3 httpuv_1.1.0 RJSONIO_1.0-3 tools_3.0.1 xtable_1.7-1