vimcom-package: Allow the communication between Vim and R

Description Author(s) See Also

Description

This package provides a TCP/IP server to allow the communication between R and Vim-R-plugin. It also has some functions called by the plugin.

The vimcom.verbose option controls the amount of debugging information printed on R Console. If the value is 1, the package version is output on startup. Higher values, up to 4, will make the package print information verbosely which is useful only if you want either to fix a bug or to understand how vimcom works.

Below is an example of how to load vimcom in your ~/.Rprofile:

1
2
3
4
    if(interactive()){
      options(vimcom.verbose = 1)
      library(vimcom)
    }

Author(s)

Jakson Alves de Aquino jalvesaq@gmail.com

See Also

Startup


jalvesaq/VimCom documentation built on May 18, 2019, 11:18 a.m.