gpt4 book ai didi

r - 如何增加R中pandoc的堆栈空间溢出?

转载 作者:行者123 更新时间:2023-12-03 17:50:40 25 4
gpt4 key购买 nike

我在使用 Knit HTML 时遇到以下错误:

Stack space overflow: current size 16777216 bytes.
Use `+RTS -Ksize -RTS' to increase it.
Error: pandoc document conversion failed with error 2

我试图通过在 Markdown 脚本的顶部添加以下几行来解决这个问题:
 ```r
pandoc +RTS -K64m -RTS -f rst -
```

我只是想知道代码是否正确,或者我应该将代码放在哪里才能使其工作?

最佳答案

解决方案:在 Rmd 文件的开头添加以下代码片段以增加堆栈大小:

---
title: "Habits"
output:
html_document:
pandoc_args: [
"+RTS", "-K64m",
"-RTS"
]
---

关于r - 如何增加R中pandoc的堆栈空间溢出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22735633/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com