没有用阴谋显示的情节

时间:2017-06-06 14:18:16

标签: r shiny plotly

当我将代码从https://plot.ly/r/shinyapp-plotly-events/粘贴到我的控制台时,没有任何情节图表显示,我无法通过剧情显示任何闪亮的情节。

我的sessionInfo:

sq>local files=getfiles("c:");foreach(file in files){print(file + "\r\n");}
Get dir c:;
devcon64.exe
espacePlugin.log
java14224.reg
MyProject.smp
ns_fp.ocx
pagefile.sys
ScanResult.log
test.log
test1.log
UpdateDocPermission.log
UpdateVMLog.txt
UserAgentData.log
UserData.log

sq>

我使用的是错误的套餐版本吗?我从头发重新安装了所有东西,但我从来没有看到有光泽的情节图。 我可以在Viewer中生成RStudio内的图形图。我是否必须使用plotly / ggplot / shiny或所有devtool版本的任何devtools版本?我尝试了plotly_4.7.0.9000,但仍然没有显示输出。

我发现了一个帖子plotly graph doesn't show up,其中renderPlotly({return(plot_ly(x))})被破坏,但即使使用renderPlotly(数据),我也无法生成闪亮的任何帧。

来自情节图库的示例代码,错误应该在我的设置中我想,作为代码的形式:

非常欢迎任何建议,谢谢!

1 个答案:

答案 0 :(得分:1)

问题在版本的devtools版本中由https://github.com/ropensci/plotly/issues/1042固定。

devtools::install_github('ropensci/plotly')