mdlerch / nvimcom

Intermediate the communication between Neovim and R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvimcom

This is the development version of the R package nvimcom, which runs a server in R to receive messages from the Neovim plugin Nvim-R.

How to install

The easiest way to install nvimcom is to use the devtools package.

devtools::install_github("jalvesaq/nvimcom")

To manually download and install nvimcom, do the following in a terminal emulator:

git clone https://github.com/jalvesaq/nvimcom.git
R CMD INSTALL nvimcom

About

Intermediate the communication between Neovim and R

License:GNU General Public License v2.0


Languages

Language:C 60.0%Language:R 39.7%Language:Makefile 0.2%