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 で動作しますが、問題ありません。