Compare commits

...

2 Commits

Author SHA1 Message Date
Steven Hobs
6ed7da5c4c 增加两个基础r包 2025-03-24 20:56:23 +08:00
Steven Hobs
688aa1c7fa fix R path 2025-03-24 20:53:21 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
/* VSCode */ /* VSCode */
{ {
"r.rpath.linux": "${env:RSTUDIO_WHICH_R}/R", "r.rpath.linux": "${env:HOME}/miniconda3/bin/R",
"r.rterm.linux": "radian", "r.rterm.linux": "radian",
"r.rterm.option": [ "r.rterm.option": [
"--no-save", "--no-save",
"--no-restore", "--no-restore",
"--r-binary=${env:RSTUDIO_WHICH_R}/R" "--r-binary=${env:HOME}/miniconda3/bin/R"
], ],
"r.plot.useHttpgd": true, "r.plot.useHttpgd": true,
"r.lsp.diagnostics": true, "r.lsp.diagnostics": true,

View File

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