When running RShiny on a web browser, ssd_plot does not display, and an error is present, however it displays properly when running the RShiny app from the RStudio application.
Further, geom_ssd is not compatible with plotly (possibly a feature with that package).
I was able to resolve this issue by implementing the ssd through ggplot() instead of calling the built-in ssd_plot() function with the package. Thank you!
The Bug
When running RShiny on a web browser, ssd_plot does not display, and an error is present, however it displays properly when running the RShiny app from the RStudio application. Further, geom_ssd is not compatible with plotly (possibly a feature with that package).
A Reprex
Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.