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
*knit* button fails on pandoc when rmarkdown::render() succeeds
#5179
Comments
|
@ronblum I found a reprex. Silly how it happened, I was working on an NLP project and |
|
@akatie Thank you for reporting the issue! I don't see any *.txt files in the repo, though. What's the name of one of them? I'm running into an issue when running |
|
What happens wrong What happens when I manually process the
But it's August and corn is in and steak is thawing so I think I'll walk away from my computer by 3:30 instead |
|
Based on prior experience with this sort of anomaly, I believe the warning messages that show after a console `output file: 02-sentiment-analysis.knit.md "C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS 02-sentiment-analysis.utf8.md --to html4 --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash+smart --output 02-sentiment-analysis.html --email-obfuscation none --wrap preserve --standalone --section-divs --table-of-contents --toc-depth 3 --template "C:\Users\akb\Documents\R\win-library\3.6\bookdown\templates\gitbook.html" --highlight-style pygments --number-sections --css style.css --include-in-header "C:\Users\akb\AppData\Local\Temp\RtmpSUwAtd\rmarkdown-str4fa84e2d2073.html" --mathjax --metadata pagetitle=02-sentiment-analysis.utf8.md --include-in-header "_includes\analytics.html" Output created: sentiment.html ` |
|
This is likely resolved with the updated 1.2 release, which includes a new version of pandoc. Please let us know if that doesn't take care of it for you! |
System details
Steps to reproduce the problem
All files in personal repo
[akatie/tidy-text-mining] https://github.com/akatie/tidy-text-mining
pandocfailsrmarkdown::render("02-sentiment-analysis.Rmd")succeedscreation of blank RStudio project with just
.Rmdfile seems to succeed, can post thatDescribe the problem in detail
(I have had this issue on a long term project in both [linux] server and [linux|windows] desktop versions, but unable to submit a reprex for issue creation)
There are both minor R warnings and minor
knitr()warnings. After the knitr run fromrmarkdown::render()there is a directory parse error (see the *.txt files in the repo). I suspect that the cumulative errors create regex or other parse challenges within the execution stream from the IDE.Describe the behavior you expected
To knit my document :)
The text was updated successfully, but these errors were encountered: