vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

"Cannot find R client at (which radian)"

Open mengchen-shawn-xu opened this issue 1 year ago • 1 comments

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

mengchen-shawn-xu avatar May 01 '23 15:05 mengchen-shawn-xu

This issue is stale because it has been open for 365 days with no activity.

github-actions[bot] avatar May 01 '24 01:05 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar May 15 '24 01:05 github-actions[bot]