You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function shiny::showNotification() will appear while the "Please wait..." message is running and doesn't apply the CSS until after the page fully renders. I've tried using css: style.css in the YAML and I've asked on SO here. I later realized it wasn't a flexdashboard question but one for rmarkdown instead. Perhaps this is expected behavior, I just couldn't find info on it.
My use case is I have notifications for bringing in data, cleaning data, then rendering the results and I want to let the users know what's going on at each step while they wait. The notifications are showing in Time New Roman for all steps until the page fully renders. You can see the same behavior below.
The function
shiny::showNotification()
will appear while the "Please wait..." message is running and doesn't apply the CSS until after the page fully renders. I've tried usingcss: style.css
in the YAML and I've asked on SO here. I later realized it wasn't aflexdashboard
question but one forrmarkdown
instead. Perhaps this is expected behavior, I just couldn't find info on it.My use case is I have notifications for bringing in data, cleaning data, then rendering the results and I want to let the users know what's going on at each step while they wait. The notifications are showing in Time New Roman for all steps until the page fully renders. You can see the same behavior below.
session info
I'm not able to use the dev version of
knitr
due to my company's security policies.Checklist
When filing a bug report, please check the boxes below to confirm that you have provided us with the information we need. Have you:
formatted your issue so it is easier for us to read?
included a minimal, self-contained, and reproducible example?
pasted the output from
xfun::session_info('rmarkdown')
in your issue?upgraded all your packages to their latest versions (including your versions of R, the RStudio IDE, and relevant R packages)?
installed and tested your bug with the development version of the rmarkdown package using
remotes::install_github("rstudio/rmarkdown")
?The text was updated successfully, but these errors were encountered: