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
callr::r(function() browseURL("https://github.com")) does not open a browser window even though browseURL("https://github.com") does. This is relevant for non-blocking Shiny apps, e.g. shiny::runApp(launch.browser = TRUE).