A package to help quick-start development of R.
library(rdevsetup)
rdev_init()Then open ~/r-devel-workspace/R in your favourite IDE.
Works out of the box. Mostly.
We recommend using the CodeLLDB and clangd extensions for C editor support in VSCode and Positron.
Build R from sources using Ctrl + Shift + B, or Ctrl + P and task build. Use task check to for testing your build of R.
After building, R can be run via the Run button in the Run and Debug pane.