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
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