Hi, I have seen several versions of this issue, but all are closed. I have:
Mac OS 10.13.6
R 4.0.2
RStudio Version 1.3.959
I updated RStudio, and all my packages.
In Terminal, I tried this:
which pandoc pandoc -v
And got this:
/usr/local/bin/pandoc
When I run a test in RMarkdown, e.g., knitting the R Markdown file the way it opens up, without making any changes, I get:
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/pandoc (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/pandoc (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
Error: pandoc document conversion failed with error 6
Execution halted
I saw in some other pandoc Mac OS 10.13 topics a recommendation to uninstall pandoc, and a link to https://pandoc.org/installing.html with directions. Those directions are not detailed enough for me. I tried pasting the text given into Terminal but it just generated a lot of errors.
Any other ideas?