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.
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