Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHentschel committed Dec 5, 2024
1 parent ed52a9a commit 83e9115
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"options": {
"env": {
// "RCMD": "R410",
"RCMD": "R422",
// "RCMD": "R422",
"RCMD": "R"
}
},
"tasks": [
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
RoxygenNote: 7.3.1
VignetteBuilder: knitr
8 changes: 2 additions & 6 deletions R/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@

#' vscDebugger
#'
#' Implementation of the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) for R
#' (Partial) implementation of the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) for R.
#'
#' Provides support for the vscode extension [vscode-R-Debugger](https://github.com/ManuelHentschel/VSCode-R-Debugger).
#'
#'
#' @docType package
#' @name vscDebugger-package
#'
NULL
"_PACKAGE"


# make placeholder session object
Expand Down
22 changes: 21 additions & 1 deletion man/vscDebugger-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83e9115

Please sign in to comment.