ManuelHentschel / vscDebugger

(Partial) Implementation of the Debug Adapter Protocol for R

Home Page:https://manuelhentschel.github.io/vscDebugger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscDebugger

R-universe status badge

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

Installation

vscDebugger is not yet on CRAN, but can be installed from R-universe.

install.packages("vscDebugger", repos = "https://manuelhentschel.r-universe.dev")

Alternatively, users can install a source release from GitHub here. However, note that this may require manual compilation of the underlying C++ code (e.g., using RTools on Windows), as well manual installation of the package dependencies (currently R6, jsonlite, and tcltk).

Usage

Detailed information can be found here.

About

(Partial) Implementation of the Debug Adapter Protocol for R

https://manuelhentschel.github.io/vscDebugger/

License:MIT License


Languages

Language:R 94.5%Language:TypeScript 3.1%Language:C 1.8%Language:Tcl 0.6%