rstudio / bookdown

Authoring Books and Technical Documents with R Markdown
https://pkgs.rstudio.com/bookdown/
GNU General Public License v3.0
3.76k stars 1.27k forks source link

I ran into some problems when using VSCODE to knit RMD #1461

Open Sgrcaivnemn opened 6 months ago

Sgrcaivnemn commented 6 months ago

Here is my problem:

b6bc65fa47860e4bb657350b9cbd495
cderv commented 6 months ago

Thanks for the report.

Unfortunately, with only this screenshot, we won't be able to do much. This is indicates that you indeed encountered an issue, but it could be anything.

You should at least look in the "R Markdown output stream" - it should be accessible in one of the panes of VS CODE (Output pane with the selector then on the right). This will give you the message.

The error could come from bookdown, rmarkdown, knitr or just one of your code cell execution, or any of your Rmd content.

So to sum up, we need more information in order for us to look into this. Please help us help you. Thank you !