You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New feature: complete chunk block when '<' is pressed in rnoweb files.
* New option: vimrplugin_rnowebchunk.
* New key bindings in Normal mode for Rnoweb files: gn (go to next R code chunk) and gN (go to previous R code chunk).
* New command: :RBuildTags.
* Added fold capability to syntax/r.vim.
* Improved indentation of rnoweb files: thanks to Johannes Tanzler for writing the tex.vim indent script and for permitting its inclusion in the Vim-R-plugin.
* R CMD BATCH now is called with --no-restore --no-save (key binding \ro).
* The file r-plugin/omnilist now has an additional field and was renamed as omni_list.
* Use 64 bit version of R by default on Windows if the directory bin/x64 exists.
* New Windows only option: vimrplugin_i386.
- Send commands with the object under cursor as argument: help, args, plot, print, str, summary, example, names.
19
20
- Send to R the Sweave and pdflatex commands.
20
21
- Run R inside a Vim's buffer (with Conque Shell plugin; currently available only on Unix -- Linux or OS X).
21
-
* Omni completion (auto-completion) for R objects (.GlobalEnv and installed packages. The list of installed packages must be updated manually.
22
+
* Omni completion (auto-completion) for R objects (.GlobalEnv and installed
23
+
packages. The list of installed packages must be updated manually.
22
24
* Ability to see R's documentation in a Vim's buffer:
23
-
- Automatic calculation of the best layout of the R documentation buffer (split the window either horizontally or vertically according to the available room).
25
+
- Automatic calculation of the best layout of the R documentation buffer (split the window either horizontally
26
+
or vertically according to the available room).
24
27
- Automatic formating of the text to fit the panel width.
25
28
- Send code and commands to R (useful to run examples).
26
29
- Jump to another R documentation.
27
30
- Syntax highlighting of R documentation.
28
31
* Object browser (.GlobalEnv and loaded packages; must be updated manually):
29
-
- Send commands with object under cursor as argument.
30
-
- Call R's help() with object under cursor as argument.
32
+
- Send commands with the object under cursor as argument.
33
+
- Call R's help() with the object under cursor as argument.
0 commit comments