-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Compiling PDF with pandoc version 2.0.1 fails... #1184
Comments
Compiling HTML files is also failing under pandoc 2.0.1 (installed via homebrew). Using the following as
I get the following error when attempting to render:
|
Duplicate of #1120 devtools::install_github("rstudio/rmarkdown") Or if you use RStudio, you can remove Pandoc |
I'm having the same set of issues, using the biclust example. My error is:
sessionInfo():
I've also tried R 3.4.2. This all arose as a result of getting a new laptop and having to get everything up and running again. The old laptop (and another development machine) are remotely accessible, so relatively okay for now. Any guidance or help would be greatly appreciated. Many sincere thanks for all the work you all do. |
@ajaypillarisetti Have you tried the development versions of flexdashboard and knitr? devtools::install_github(c('yihui/knitr', 'rstudio/flexdashboard')) |
Thanks @yihui. I have tried the dev versions without any luck and have tried using both pandoc installed via brew (2.0.2) and the RStudio pandoc (1.19.2.1). |
@ajaypillarisetti I can reproduce it with the following minimal example, and will try to fix it ASAP (sounds like a problem caused by #820). Thanks for the report! ---
title: "Test"
output:
flexdashboard::flex_dashboard:
source_code: embed
runtime: shiny
---
a |
…l the top-level render() exits to clean up temporary files
@ajaypillarisetti Fixed now (this has nothing to do with the version of Pandoc). You can install the development version via devtools::install_github('rstudio/rmarkdown') Thanks again! |
@yihui Thank you very much! |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
Greetings,
Tried pandoc 2.0.1 releases Oct 31, compiling PDF documents fails... using the template for a new markdown document in RStudio...
Error message is
Thanks!
The text was updated successfully, but these errors were encountered: