Package development is supported by vscode-R, R language server, and R debugger.
vscode-R mainly provides the mostly used package development commands:
Title Command R code Build packager.build
devtools::build()
Test package r.test
devtools::test()
Check package r.check
devtools::check()
Install package r.install
devtools::install()
Document r.document
devtools::document()
Load all r.loadAll
devtools::load_all()
Keyboard shortcuts could be bound to these commands. See Creating keybindings for R commands.
The R language server loads all R documents in ./R
if it detects a NAMESPACE
file in the workspace root folder, which indicates that the workspace contains an R package. Therefore, all these R files are considered in the same workspace, sharing completions, definitions, references, and other workspace-level language features.
The R debugger supports debugging the package code in the current workspace. See Debugging R packages for more details.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4