Closed zorgster closed 4 years ago
This is the same as #5 (But with a more descriptive title).
@seankross Do you know what version of pandoc is needed?
I believe the minimum version of pandoc required is 2.8. I am able to recreate this error on my windows machine but the fix of substituting .
for /
is causing other errors for me.
I updated RStudio to the latest version for Windows and pandoc 2.7.3 was installed.
Yes... the pipe into pairs function makes sense - to split the array into values and keys. The . notation probably was a deprecated and lost in 2.8+ ...
Closing this because it is a duplicate of #5. @zorgster please follow along there I really appreciate you reporting these issues.
Hi
The knit is failing on my Windows 10 laptop with the latest RStudio (1.3.n) and R 4.0.2...
This refers to the for loop for the Links key/value pairs in the markup metadata:
It works if I change the relevant sections to use . notation on the anaphoric it rather than the /:
Updating RStudio 1.3 which includes Pandoc 2.7.3 didn't resolve it.
I've debugged the rmarkdown::render command, through to the rmarkdown::pandoc_convert command and it fails on the system(command) line that calls out to pandoc.exe.