-
Notifications
You must be signed in to change notification settings - Fork 37
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
isAvailable()
returns TRUE
in Positron
#302
Comments
The docs for For availability of specific functions, I recommend using Here's the output of both functions in Positron: rstudioapi::isAvailable()
#> [1] TRUE
rstudioapi::hasFun("viewer")
#> [1] FALSE Whereas in RStudio... rstudioapi::hasFun("viewer")
#> [1] TRUE |
Thanks a lot for the clarification and for the suggestion. Very useful! I'll leave this issue open in case you need a reminder to update the docs, but feel free to close if you think that is more appropriate. |
Should |
I think that's a good sign that it will eventually return |
The documentation for
rstudioapi::isAvailable()
says:But that function returns
TRUE
when called in Positron.The text was updated successfully, but these errors were encountered: