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
I have found myself needing to manage multiple R versions and decided to give the new IDE from Posit, Positron, a spin. One thing I have not figured out is how to get my golem projects to open in my browser instead of the internal viewer pane. In RStudio, I simply add options(shiny.launch.browser = T) to the project's .Rprofile. I can not seem to get the same behavior in Positron. I am posting here because I can get "vanilla" shiny apps to launch in the browser by modifying the Positron setting, "shiny.previewType": "external". But, this does not affect how my golem projects open. For efficient golem app development in Positron I think it is necessary to be able to use an external browser as the default.
The text was updated successfully, but these errors were encountered:
I have found myself needing to manage multiple R versions and decided to give the new IDE from Posit, Positron, a spin. One thing I have not figured out is how to get my golem projects to open in my browser instead of the internal viewer pane. In RStudio, I simply add
options(shiny.launch.browser = T)
to the project's .Rprofile. I can not seem to get the same behavior in Positron. I am posting here because I can get "vanilla" shiny apps to launch in the browser by modifying the Positron setting,"shiny.previewType": "external"
. But, this does not affect how my golem projects open. For efficient golem app development in Positron I think it is necessary to be able to use an external browser as the default.The text was updated successfully, but these errors were encountered: