Skip to content

ManuelHentschel/vscDebugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83e9115 · Dec 5, 2024
Mar 24, 2024
Dec 5, 2024
Dec 5, 2024
Mar 24, 2024
Nov 12, 2022
Dec 5, 2024
Oct 15, 2020
Sep 5, 2024
Mar 6, 2021
Mar 24, 2024
Oct 31, 2020
Sep 8, 2024
Dec 5, 2024
Mar 6, 2021
Nov 12, 2022
Apr 22, 2024
Feb 10, 2021
Mar 24, 2024
May 27, 2020

Repository files navigation

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.