fix: remove vscDebugger from default R packages (not in CRAN/rPackages)

This commit is contained in:
Daniel 2026-07-27 00:21:18 +00:00
commit 2dc7227a0e
2 changed files with 5 additions and 2 deletions

View file

@ -44,7 +44,10 @@
data_table
janitor
styler
vscDebugger
# vscDebugger is not on CRAN/Bioconductor, so it is not available in
# pkgs.rpkgs.rPackages. Install it manually in your R library if you
# want to use the nvim-dap R adapter (see plugin/26_dap.lua).
# vscDebugger
lintr
])
);