R terminal not starting - "radian not found" error #1690
|
Hi everyone, I have R 4.3.2 installed and it works fine in RStudio. I'm on Windows 11 and R is in C:\Program Files\R\R-4.3.2\bin\x64\R.exe. Do I need to install radian separately, or should the extension use the default R terminal? |
Answered by
Shiven0504
Apr 9, 2026
Replies: 1 comment 2 replies
|
The extension defaults to looking for radian (an enhanced R terminal), but you don't need it. Just point the extension to your R executable. |
2 replies
Answer selected by
BittuChan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The extension defaults to looking for radian (an enhanced R terminal), but you don't need it. Just point the extension to your R executable.
Add this to your VS Code settings.json:
"r.rterm.windows": "C:\\Program Files\\R\\R-4.3.2\\bin\\x64\\R.exe"