尝试在 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中工作,没问题。