发布于 2016-11-02 06:47:05 | 253 次阅读 | 评论: 0 | 来源: 网友投递
RStudio R语言的集成开发环境
R语言的集成开发环境 RStudio,包括面向桌面用户的IDE和通过浏览器远程访问的Linux R服务器
RStudio v1.0.44 版本发布了,
部分更新内容:
Highlights
Authoring tools for R Notebooks.
Integrated support for the sparklyr package (R interface to Spark).
Enhanced data import tools based on the readr, readxl and haven packages.
Performance profiling via integration with the profvis package.
Authoring tools for R Markdown websites and the bookdown package.
Many other miscellaneous enhancements and bug fixes.
R Notebooks
Authoring tools for R Notebooks
Inline display for text, latex, tabular data, graphics, and htmlwidgets in source editor
All code and output saved within a single notebook HTML file (.nb.html)
Multiple language engines including Python, Bash, SQL, Rcpp, and Stan
Tools for running various combinations of chunks (current, next, previous, remaining)
更多请查看完整更新列表