My Rmd won't print

I don't understand the error code:
processing file: U3.1-"It-s-a-Messy-Business"-Reading.Rmd
|.. | 3%
ordinary text without R code

|..... | 7%
label: setup (with options)
List of 1
$ include: logi FALSE

|....... | 10%
ordinary text without R code

|.......... | 14%
label: unnamed-chunk-1 (with options)
List of 1
$ include: logi FALSE

|............ | 17%
ordinary text without R code

|.............. | 21%
label: unnamed-chunk-2
|................. | 24%
ordinary text without R code

|................... | 28%
label: unnamed-chunk-3
|...................... | 31%
ordinary text without R code

|........................ | 34%
label: unnamed-chunk-4
|........................... | 38%
ordinary text without R code

|............................. | 41%
label: unnamed-chunk-5
|............................... | 45%
ordinary text without R code

|.................................. | 48%
label: unnamed-chunk-6
|.................................... | 52%
ordinary text without R code

|....................................... | 55%
label: unnamed-chunk-7
|......................................... | 59%
ordinary text without R code

|........................................... | 62%
label: unnamed-chunk-8
|.............................................. | 66%
ordinary text without R code

|................................................ | 69%
label: unnamed-chunk-9
|................................................... | 72%
ordinary text without R code

|..................................................... | 76%
label: unnamed-chunk-10
|........................................................ | 79%
ordinary text without R code

|.......................................................... | 83%
label: unnamed-chunk-11
|............................................................ | 86%
ordinary text without R code

|............................................................... | 90%
label: unnamed-chunk-12
|................................................................. | 93%
ordinary text without R code

|.................................................................... | 97%
label: unnamed-chunk-13
|......................................................................| 100%
ordinary text without R code

output file: U3.1-"It-s-a-Messy-Business"-Reading.knit.md

/usr/lib/rstudio-server/bin/quarto/bin/tools/pandoc +RTS -K512m -RTS U3.1-"It-s-a-Messy-Business"-Reading.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output U3.1-"It-s-a-Messy-Business"-Reading.html --lua-filter /cloud/lib/x86_64-pc-linux-gnu-library/4.2/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /cloud/lib/x86_64-pc-linux-gnu-library/4.2/rmarkdown/rmarkdown/lua/latex-div.lua --self-contained --variable bs3=TRUE --section-divs --template /cloud/lib/x86_64-pc-linux-gnu-library/4.2/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/Rtmp2dBLJM/rmarkdown-str13871f3d1dd.html
pandoc: U3.1-It-s-a-Messy-Business-Reading.knit.md: withBinaryFile: does not exist (No such file or directory)
Error: pandoc document conversion failed with error 1
Execution halted

Try to install the new rmarkdown but with git

devtools::install_github('rstudio/rmarkdown')

devtools::install_github('rstudio/rmarkdown')
I got this:


Not sure if you're able to open the picture, it won't let me copy and paste.

BTW, thank you for your speedy response!!!

Does your file name contains double quote ?

If so, I would remove those and try again - it is possible that this creates some issues in the process.

Trying without would rule that out... or not

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.