RStudio 团队昨天正式发布了新的版本 v1.4。
本次更新引入了非常多新的特性:
下面具体看看这些新的特性,我只介绍重点,详情大家可以仔细阅读发布博客:https://blog.rstudio.com/2021/01/19/announcing-rstudio-1-4/
编辑 RMarkdown/Markdown 时,点击编辑窗口右上角类似 A 的按钮即可进入可视化模式,下面是一个示例,我们可以在这种可视化窗口下进行文字和代码编辑。推荐阅读全面的文档:https://rstudio.github.io/visual-markdown-editing/#/
img
从 Tools -> Global optional 进入配置窗口,最下方可以看见 Python 栏,在这里我们可以选择使用的 Python 解释器。
The Python preferences pane.
按下选择按钮后,RStudio 会自动检索系统上所有的 Python 解释器路径。
The list of Python interpreters available on the system.
RStudio 妥妥的最强 Python IDE 之一。
这个绝了!像 VSCode 和其他一些流行编辑器一大特性就是支持命令面板,现在 RStudio 也上了。
快捷键:Ctrl + Shift + P (Cmd + Shift + P on macOS)
Screenshot of the RStudio IDE with the Command Palette open
写 R 的时候代码一旦复杂,括号就多了,这个新的特性可以帮助我们的眼睛更好地识别匹配项。
img
不过在新的版本中,这个功能默认是关闭的,打开方式如下:
image-20210120150701712
可视化 Markdown 编辑模式下现在可以直接通过 RStudio 插入各种文献引用了,这势必让 RStudio 成为科学研究报告利器。
image-20210120150959063
img
更多查看 https://blog.rstudio.com/2020/11/09/rstudio-1-4-preview-citations/
最后,下载地址:https://rstudio.com/products/rstudio/download/
[1]
visual markdown editor: https://blog.rstudio.com/2020/09/30/rstudio-v1-4-preview-visual-markdown-editing/
[2]
Python capabilities: https://blog.rstudio.com/2020/10/07/rstudio-v1-4-preview-python-support/
[3]
source columns: https://blog.rstudio.com/2020/10/21/rstudio-1-4-preview-multiple-source-columns/
[4]
command palette: https://blog.rstudio.com/2020/10/14/rstudio-v1-4-preview-command-palette/
[5]
rainbow parentheses: https://blog.rstudio.com/2020/11/04/rstudio-1-4-preview-rainbow-parentheses/
[6]
citation support: https://blog.rstudio.com/2020/11/09/rstudio-1-4-preview-citations/
[7]
a host of new RStudio Server Pro features: https://blog.rstudio.com/2020/11/16/rstudio-1-4-preview-server-pro/