Hello everyone,
I'm still quite new to R and Rstudio. Although I did an introductory course at home, where everything worked fine, I cannot get Rmarkdown to work on my work computer.
Knitting doesn't work in any way. Html or PDF doesn't matter. Storing the RMD file on the network or local drive doesn't matter as well. Everytime I'm trying to knit (just the standard document that Rstudio comes up with if you make a new Rmarkdown file), I'm getting the following error: see down below.
Anyone has a fix for this problem? It would be very nice if you'd be able to help. Thank you very much in advance!
processing file: rmarkdownprobeersel.Rmd
|.......... | 14%
ordinary text without R code
|.................... | 29%
label: setup (with options)
List of 1
$ include: logi FALSE
|.............................. | 43%
ordinary text without R code
|........................................ | 57%
label: cars
|.................................................. | 71%
ordinary text without R code
|............................................................ | 86%
label: pressure (with options)
List of 1
$ echo: logi FALSE
|......................................................................| 100%
ordinary text without R code
output file: rmarkdownprobeersel.knit.md
"C:/Users/BTVAND~1/AppData/Local/Pandoc/pandoc" +RTS -K512m -RTS rmarkdownprobeersel.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output rmarkdownprobeersel.html --email-obfuscation none --self-contained --standalone --section-divs --template "\vf-d2-home\d2home$\btvandijk\MyDocs\R\R-3.6.2\library\rmarkdown\rmd\h\default.html" --no-highlight --variable highlightjs=1 --variable "theme:bootstrap" --include-in-header "C:\Users\BTVAND~1\AppData\Local\Temp\Rtmpgr7DMe\rmarkdown-str11c82e0d3787.html" --mathjax --variable "mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --lua-filter "\vf-d2-home/d2home$/btvandijk/MyDocs/R/R-3.6.2/library/rmarkdown/rmd/lua/pagebreak.lua" --lua-filter "\vf-d2-home/d2home$/btvandijk/MyDocs/R/R-3.6.2/library/rmarkdown/rmd/lua/latex-div.lua"
pandoc.exe: \: openBinaryFile: does not exist (No such file or directory)
Error: pandoc document conversion failed with error 1
Execution halted