I am getting the following error with Knit HTML:
Stack space overflow: current size 16777216 bytes.
Use `+RTS -Ksize -RTS' to increase it.
Error: pandoc document conversion failed with error 2
I am trying to solve the issue by adding the following lines on the top of markdown script:
```r
pandoc +RTS -K64m -RTS -f rst -
```
I was just wondering if the code is correct or where shall I place the code to make it work?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…