我正在尝试复制this excellent page.
当我使用RStudio (v0.98.729)
编织markdown file retail.Rmd
from GitHub时,收到错误消息:
输出文件:retail.knit.md
G:/ R / RStudio / bin / pandoc / pandoc retail.utf8.md - to html - from markdown + autolink_bare_uris + ascii_identifiers + tex_math_single_backslash-implicit_figures --output retail.html --filter G:/ R / RStudio / bin / pandoc / pandoc-citeproc --section-divs --smart --self-contained --template G:\ R \ library \ rmarkdown \ rmd \ h \ default.html --variable jquery:G:\ R \ library \ rmarkdown \ rmd \ h \ jquery-1.10.2 - 变量bootstrap:G:\ R \ library \ rmarkdown \ rmd \ h \ bootstrap-3.0.3 - 变量主题:G:\ R \ library \ rmarkdown \ rmd \ h \ bootstrap-3.0.3 \ css \ bootstrap.min.css --no-highlight --variable highlightjs = G:\ R \ library \ rmarkdown \ rmd \ h \ highlight --mathjax --variable mathjax-网址:https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
堆栈空间溢出:当前大小为16777216字节。 使用`+ RTS -Ksize -RTS'增加它。
错误:pandoc文档转换失败 执行暂停
我怀疑错误与基础数据的大小(8.6MB)有关,因为当我执行以下操作并再次编织时,错误消息将消失:
french_industry_xts <- french_industry_xts[1:10000,]
如错误消息所示,如何增加堆栈空间的大小?