GithubHelp home page GithubHelp logo

paulourio / nvim-r Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jalvesaq/nvim-r

0.0 1.0 0.0 1.57 MB

Vim plugin to work with R

License: GNU General Public License v2.0

Makefile 0.43% Vim Script 66.67% R 12.67% TeX 0.64% C 16.60% Python 2.99%

nvim-r's Introduction

Nvim-R

This is the development code of Nvim-R which improves Vim's support to edit R code. It started as a copy of the Vim-R-plugin adapted to Neovim, but now also supports Vim.

The R package nvimcom is included in the source code and is automatically installed and updated whenever necessary. The Nvim-R plugin sets the environment variable R_DEFAULT_PACKAGES, including nvimcom in the list of packages to be loaded on R startup.

Installation

If you use a plugin manager, such as vim-plug, Vundle or Pathogen, follow its instructions on how to install plugins from github.

To install a stable version of the plugin, either download the Vim package from Nvim-R/releases or the Vimball from vim.org.

Please, read the section Installation from the plugin's documentation for details.

Please, read the plugin's documentation for instructions on usage.

Screenshots

The animated GIF below shows R running in a Neovim terminal buffer. We can note:

  1. The editor has some code to load Afrobarometer data on Mozambique, R is running below the editor and the Object Browser is on the right side. On the R Console, we can see messages inform the packages setwidth and nvimcom were loaded. The messages are in blue because they were colorized by the package colorout.

  2. When the command library("foreign") is sent to R, the string read.spss turns blue because it is immediately recognized as a loaded function (the Vim color scheme used is southernlights).

  3. When Mozambique's data.frame is created, it is automatically displayed in the Object Browser. Messages about unrecognized types are in blue because they were sent to stderr, and the line Warning messages is in red because colorout recognized it as a warning.

  4. When the "label" attributes are applied to the data.frame elements, the labels show up in the Object Browser.

  5. The last slide shows the output of summary. It also features omni completion in action: we can see the elements of m that start with "D".

Nvim-R screenshots

The communication between R and either Vim or Neovim

In addition to sending lines of code to R Console, Nvim-R and R communicate with each other through TCP connections. The R package nvimcom runs a TCP server that receives messages from either Vim/Neovim, and it also sends messages through a TCP connection to Vim/Neovim. Moreover, nvimcom includes the application nclientserver which is never used by R itself, but is run by Vim/Neovim, providing both a TCP client and a TCP server. The Diagram below shows the three paths of communication between Vim/Neovim and R:

  • The black path is followed by all commands that you trigger in the editor and that you can see being pasted into R Console. There are three different ways of sending the commands to R Console:

    • When running R in a Neovim built-in terminal, the function jobsend() is used to send code to R Console.

    • When running R in an external terminal emulator, Tmux is used to send commands to R Console.

    • On Windows operating system, Nvim-R sends a message to R (nvimcom) which forwards the command to R Console.

  • The blue path is followed by the few commands that you trigger, but that are not pasted into R Console and do not output anything in R Console; their results are seen in the editor itself. These are the commands to do omnicompletion (of names of objects and function arguments), start and manipulate the Object Browser (\ro, \r= and \r-), call R help (\rh or :Rhelp), insert the output of an R command (:Rinsert) and format selected text (:Rformat).

  • The red path is followed by R messages that tell the editor to update the Object Browser, update the syntax highlight to include newly loaded libraries and open the PDF output after weaving an Rnoweb file and compiling the LaTeX result.

Neovim-R communication

nvim-r's People

Contributors

jalvesaq avatar mdlerch avatar fvd avatar ashiklom avatar khughitt avatar mllg avatar

Watchers

Paulo Urio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.