-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathREADME
28 lines (18 loc) · 1.32 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2628
This plugin improves Vim's support for editing R code and makes it possible to integrate Vim with R. The functionality is similar to what you can find in Tinn-R and ESS mode of Emacs. This filetype plugin uses Tmux (Linux, OS X, or other Unix) or a C library (Microsoft Windows) or Apple Script (Mac OS X) to send commands to R. The communication with R also depends on the R package vimcom.
Screenshots and Debian package: http://www.lepem.ufc.br/jaa/vim-r-plugin.html
Comments and general questions: https://groups.google.com/forum/#!forum/vim-r-plugin
Development code and bug report: https://github.com/jcfaria/Vim-R-plugin
MAIN FEATURES:
* Communication with R.
* Omni completion (auto-completion) for R objects and function arguments.
* Ability to see R's documentation in a Vim's buffer.
* Object Browser.
* Syntax highlighting for R, RHelp, RMarkdown and RreStructuredText code.
* Smart indentation for R, RHelp, RMarkdown and RreStructuredText syntax.
* Most of the plugin's behavior is customizable.
For a detailed list of features, see: http://www.lepem.ufc.br/jaa/r-plugin.html#r-plugin-features
USE:
See http://www.lepem.ufc.br/jaa/r-plugin.html#r-plugin-use
FILES:
See http://www.lepem.ufc.br/jaa/r-plugin.html#r-plugin-files