简体   繁体   中英

Error: pandoc document conversion failed with error 11

Sometimes when I try to knit some error-free code, I will get this warning. Should I resolves by updating pandoc to the latest version? If so, how should I do it?

I've tried the following so far: 1. Uninstalled, reinstalled and upgraded rmarkdown package 2. Downloaded pandoc 2.7.3 and installed it

But when I use pandoc_version() , I will still get "2.6"

Currently, I have R 3.6.1, RStudio 1.2.1335, rmarkdown 1.16, pandoc 2.6.

This is the exact error I got:

Access violation in generated code when reading 0xffffffffffffffff

 Attempting to reconstruct a stack trace...

   Frame    Code address
 * 0x57adac0    0x1b7320f D:\RStudio\bin\pandoc\pandoc.exe+0x177320f

Error: pandoc document conversion failed with error 11
Execution halted

I just discovered downloading and installing the latest version of RStudio can solve this problem. The latest version contains pandoc 2.7.2.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM