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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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"