Compare commits

...

3 Commits

Author SHA1 Message Date
Steven Hobs
c02bde7e4a 增加两个基础R包 2025-03-24 20:57:25 +08:00
Steven Hobs
6dc76e23b8 注释掉 默认终端使用R Terminal 2025-03-24 20:37:11 +08:00
Steven Hobs
c009d12576 修正radian的调用 2025-03-24 20:35:29 +08:00
2 changed files with 5 additions and 7 deletions

10
.vscode/settings.json vendored
View File

@ -1,13 +1,11 @@
/* VSCode */ /* VSCode */
{ {
"r.rpath.linux": ".conda/bin/R", "r.rpath.linux": "${workspaceFolder}/.conda/bin/R",
"r.libPaths": [
".conda/bin/R/library"
],
"r.rterm.linux": "${workspaceFolder}/.conda/bin/radian", "r.rterm.linux": "${workspaceFolder}/.conda/bin/radian",
"r.rterm.option": [ "r.rterm.option": [
"--no-save", "--no-save",
"--no-restore" "--no-restore",
"--r-binary=${workspaceFolder}/.conda/bin/R"
], ],
"r.plot.useHttpgd": true, "r.plot.useHttpgd": true,
"r.lsp.diagnostics": true, "r.lsp.diagnostics": true,
@ -22,7 +20,7 @@
"editor.defaultFormatter": "REditorSupport.r", "editor.defaultFormatter": "REditorSupport.r",
"editor.formatOnSave": true "editor.formatOnSave": true
}, },
"terminal.integrated.defaultProfile.linux": "R Terminal", // "terminal.integrated.defaultProfile.linux": "R Terminal", # R
"files.eol": "\n", "files.eol": "\n",
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.detectIndentation": false "editor.detectIndentation": false

View File

@ -24,7 +24,7 @@
1. 初始化conda虚拟环境 1. 初始化conda虚拟环境
`conda create -p .conda -c conda-forge r-base r-languageserver r-devtools r-httpgd radian` `conda create -p .conda -c conda-forge r-base r-languageserver r-devtools r-httpgd r-rlang r-jsonlite radian`
2. 初始化R Debugger 2. 初始化R Debugger