-
Notifications
You must be signed in to change notification settings - Fork 764
devtools:::email fails under RStudio on macosx #433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jjallaire is there a way to find out the default value of |
No there isn't currently a way to do this. You could just take the default On Tue, Mar 11, 2014 at 10:43 AM, Hadley Wickham
|
@jjallaire not high priority, but could rstudio learn to pass through unrecognised url schemes? |
Same on Ubuntu. |
And it looks like it's NULL on windows |
The email() function called by release() fails silently under Rstudio on mac. This happens because
I guess one possible fix would be to temporarily override the browser option inside email() with "/usr/bin/open" on mac.
https://github.com/hadley/devtools/blob/21cc4a6689bce3531daa3e295cf676a035af769c/R/release.r#L148-L159
The text was updated successfully, but these errors were encountered: