Open kartikeyakirar opened 8 months ago
Alternatively, using runApp(app, launch.browser = TRUE) instead of shinyApp()
We used to do runApp() in our example but then user are still using runApp for deployment which causing issue. This is when we made a decision to replace all of our examples from runApp
with shinyApp
. I don't believe it's wise to go back to runApp
again.
I personally don't feel that we need to do this but I'm open to hear other opinion.
Feature description
DO you think adding
options = list("launch.browser" = TRUE)
to running the apps could be beneficial. Alternatively, usingrunApp(app, launch.browser = TRUE)
instead of shinyApp() in all the package vignettes could improve the user experience by automatically opening the app in the browser, making it more accessible.following the discussion form here
As this task needs to be applied to all packages.
Code of Conduct
Contribution Guidelines
Security Policy