-
Notifications
You must be signed in to change notification settings - Fork 300
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
Update justgage; make gauge() work better with bslib themes #301
Conversation
dependencies = rmarkdown::html_dependency_jquery() | ||
dependencies = rmarkdown::html_dependency_jquery(), | ||
preRenderHook = function(widget) { | ||
theme <- bslib::bs_current_theme() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will cause Shiny to be loaded, but I think that's a bug in bslib. See rstudio/bslib#261
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few questions and comments but otherwise looks good.
Closes #297, #254, and #300.
See #300 for a testing example.