Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others.
radian is an alternative console for the R program with multiline editing and rich syntax highlight. One would consider radian as a ipython clone for R, though its design is more aligned to julia.
以下操作均是在Windows 10 LTSC 2019环境
conda install scipy
pip install -U radian
pip install -U git+https://github.com/randy3k/radian
radian
ctrl+,
打开设置,左侧“扩展->R”然后设置如下:(R安装在D:\ProgramFiles\ACsoft\R
)
D:\ProgramFiles\ACsoft\R\bin\x64\R.exe
D:\ProgramFiles\ACsoft\R\bin\x64\R.exe
)替换为radian.exe的路径D:\ProgramFiles\Coding\Miniconda3\Scripts\radian.exe
。(Minicoda安装在D:\ProgramFiles\Coding\Miniconda3
)--no-save
和--no-store
上面设置在setting.json中如下:
"r.rterm.windows": "D:\\ProgramFiles\\Coding\\Miniconda3\\Scripts\\radian.exe",
"r.rpath.windows": "D:\\ProgramFiles\\ACsoft\\R\\bin\\x64\\R.exe",
"r.lsp.debug": true,
"r.bracketedPaste": true, //使用radian设置
"r.sessionWatcher": true, //使用radian设置
"r.rterm.option": [], //使用radian设置