-
Notifications
You must be signed in to change notification settings - Fork 92
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
R: ?
for topics in packages you have run load_all()
on open an external browser instead of using the Help pane
#1025
Comments
This should work once we implement the |
Oh or did you mean |
Likely we'll need some logic tweaking in pkgload too since the initial if statement uses |
Related to #1312. Once we have rstudioapi shims, we can adjust devtools to use those only. |
I just verified that this is still a problem, assuming this is a sentence-o, i.e. the problem is exactly the other way around:
I'm seeing dev help (so, post |
More details on how this comes up from our private beta: https://github.com/posit-dev/positron-beta/issues/33 |
devtools::load_all()
?vec_order
pkgload has special behavior for the
?
shim it adds if you are in RStudio, and we probably need a similar thing for PositronThe text was updated successfully, but these errors were encountered: