https://github.com/vim-scripts/Vim-R-plugin
Plugin to work with R
https://github.com/vim-scripts/Vim-R-plugin
Last synced: 4 months ago
JSON representation
Plugin to work with R
- Host: GitHub
- URL: https://github.com/vim-scripts/Vim-R-plugin
- Owner: vim-scripts
- Created: 2010-11-07T07:38:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T14:30:03.000Z (about 9 years ago)
- Last Synced: 2024-05-02T20:14:04.495Z (12 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=2628
- Size: 3.9 MB
- Stars: 125
- Watchers: 19
- Forks: 59
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- jimsghstars - vim-scripts/Vim-R-plugin - Plugin to work with R (Vim Script)
README
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-pluginMAIN 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