尝试在Mozilla Firefox中打开与knitr一起放置的html文档时,我收到以下错误.该错误是由plotly
包组成的图元素的结果.
unknownError: error occurred while processing 'getCachedMessages: out of memory
rmarkdown文件的全部内容(默认其他所有内容):
library(plotly) library(ggplot2) theData <- data.frame(A=1:26, B=letters, C=rnorm(26,19)) g<-ggplot(theData, aes(x=A, y=C)) + geom_point() ggplotly(g)
我有最新版本的Firefox.我似乎没有查看其他页面上有图形元素的问题.该页面在IE中运行,没问题.
(道歉 - 我没有足够的意见回复评论)
我在R + Rmd + plotly + Firefox中遇到了同样的问题(但IE或Opera没有问题).Github/ropensci/plotly已经提出了以下问题 - 但截至2017-01-20没有解决方案:
plotly + FlexDashboard + Firefox =巨大的内存消耗#721
Firefox#483中RMarkdown的性能非常糟糕
R库:Firefox大幅减速但不是Chrome#17(github/plotly/plotly.js/issues/17)