-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran into some problems when using VSCODE to knit RMD #1461
Comments
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 ! |
i'm having the same problem and get the following error: Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available). Execution halted [VSC-R] HW 8.Rmd process exited with exit code 1 any suggestions welcome! |
Do you have Pandoc installed and available on your system PATH ? This message tells you that required version is not found - did you check for it ? |
I followed these instructions and set a new system PATH to this: RSTUDIO_PANDOC = "C:/Program Files/RStudio/bin/quarto/bin/tools/". |
What does this means ? Did you add a new environment variable ? Or added the bin path to the PATH environment variable ?
Also did you restart VSCODE or your computer to be sure the env var change taken into account ? If you have only pandoc available in RStudio through pandoc, instead of pointing to that version you could either
|
Here is my problem:
The text was updated successfully, but these errors were encountered: