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
rmarkdown 1.7 breaks Shiny R Markdown documents #1193
Comments
|
Thanks for the report! I have minimized the reproducible example and will try to fix the issue later: |
|
Good point re MRW. It really is "just" |
|
Should be fixed now. Thanks for the report! |
|
@yihui Should be consider a patch release to CRAN for this? |
|
@jjallaire Yes, definitely. This bug is pretty bad. |
|
I suppose there is no workaround except downgrading to a previous version? |
|
@andreaslang You can install the latest version (>=1.8) via install.packages('rmarkdown') |
Today's upgrade of my workstation to current CRAN got me rmarkdown 1.7. Which appears to have a bad effect on shiny apps using flexdashboard -- of which we have a few. The log now shows
indicating that something goes astray with reactives. Not sure if it is a shiny server bug. The MRE below was set up on a (very current) Ubuntu 17.04 machine (aka my laptop) onto which the most recent shiny-server .deb was installed too. Everything else CRAN current, and Ubuntu current.
The text was updated successfully, but these errors were encountered: