79361604

Date: 2025-01-16 12:41:34
Score: 0.5
Natty:
Report link

Ok so after a little digging, you can add settings to the global user JSON file. From your command pallette (cmd+shift+p) search for the settings file (see image).

enter image description here

 "r.rterm.option": [
        "--r-binary=your_path_to_R", // Replace with your R path 
        "--no-save", // Optional: Prevent saving workspaces
        "--no-restore", // Optional: Prevent restoring workspaces
        "r.rterm.mac": "/Your_Path",  // Replace with the Radian path from above
        "r.bracketedPaste": true  // Enables chunked code execution
        "r.alwaysUseActiveTerminal": true, // Enables cmd+enter execution
        "r.bracketedPaste": true,
        "r.sessionWatcher": true
    ]
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: VineFreeman