vscode-R
vscode-R copied to clipboard
"Cannot find R client at (which radian)"
terminal returns paths
~$which R
/usr/bin/R
~$which radian
/usr/bin/radian
that do run properly in terminal. But vscode-R warns "Cannot find R client at /usr/bin/radian. Please check r.rterm setting."\
relevant json terms are
"r.source.encoding": "UTF-8",
"r.rpath.linux": "/usr/bin/R",
"r.bracketedPaste": true,
"r.rterm.linux": "/usr/bin/radian",
"r.rterm.option": [
"--no-save",
"--no-restore",
"--r-binary=/usr/bin/R"
],
Environment
- OS: Arch Linux x86_64
- VSCode Version: 1.77.3
- R Version: 4.3.0
- vscode-R version: 2.8.0
This issue is stale because it has been open for 365 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.