How do I know if my current IDE is Positron or RStudio #3826
-
I am currently using Positron, but neither |
Beta Was this translation helpful? Give feedback.
Answered by
jennybc
Jul 3, 2024
Replies: 1 comment 2 replies
-
I'm sure the landscape will change, but at this moment the is_positron <- function() {
Sys.getenv("POSITRON") == "1"
}
is_positron()
#> [1] TRUE Created on 2024-07-02 with reprex v2.0.2 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chuxinyuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm sure the landscape will change, but at this moment the
POSITRON
environment variable is probably your best bet:Created on 2024-07-02 with reprex v2.0.2