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
browseURL() does not work as expected in the built-in console (likely using Ark). However, it works as intended when called from R in the built-in terminal (e.g., browseURL(".")). I use browseURL() to open exported files with the default external program, even though the function is intended for opening URLs in a browser. While related issues/PRs exist (e.g., #4468, #4151, #4297), this specific issue is undocumented as far as I could tell.
After quick checks, I see that the argument browser in the signature of browseURL is getOption("browser") by default. And the default option differ if called from the console (Ark?) or from R within the Terminal.
System details:
Positron and OS details:
Interpreter details:
Describe the issue:
browseURL()
does not work as expected in the built-in console (likely using Ark). However, it works as intended when called from R in the built-in terminal (e.g.,browseURL(".")
). I usebrowseURL()
to open exported files with the default external program, even though the function is intended for opening URLs in a browser. While related issues/PRs exist (e.g., #4468, #4151, #4297), this specific issue is undocumented as far as I could tell.Steps to reproduce the issue:
Expected or desired behavior:
The file or folder should be opened with respective default application.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No.
The text was updated successfully, but these errors were encountered: