R Markdown Shiny doc requires library(shiny)
to render
#10579
Unanswered
kgartland-rstudio
asked this question in
Q&A
Replies: 1 comment
-
(moved to a discussion instead of a bug report) Just to set the stage, Quarto doesn't aim to be a drop-in replacement for RMarkdown. I suspect your issue is here:
Take a look here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
The following example was failing with
quarto render
until I addedlibrary(shiny)
to the r setup block (commented out here). I'm not sure if this is necessarily a bug but it'd be nice if Quarto could render RMarkdown Shiny docs without including the library() call.Steps to reproduce
Run
quarto render
against this doc, it should fail with:Then remove the comments around
library(shiny)
and it should succeed.Expected behavior
Should succeed.
Actual behavior
Fails with:
Your environment
Quarto Version: 1.5.56
Quarto check output
Beta Was this translation helpful? Give feedback.
All reactions