This package provides support for the VS Code extension R Debugger.

Installation

The package can be installed from the Releases site. (Experimental) binaries for windows and macOS are provided as well. Should these not work, you can compile and install the package using e.g. devtools and RTools.

Depending on the installation you might need to manually install the dependencies, as well (currently R6 and jsonlite):

install.packages(c('R6', 'jsonlite'))

Usage

Detailed information can be found here.