Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 

README.md

IDE-R package

R language support for Atom-IDE, powered by the R language server.

Installation

ide-r can easily be installed using the Atom package manager by going to "Settings > Install" and searching for ide-r, or by using the command line:

apm install ide-r

You should also install the atom-ide-ui package to expose the functionality within Atom.

We also recommend you to install our companion package atom-language-r for R and R Markdown grammars. (Caution the package name is atom-language-r, not the legacy language-r)

Requirements

ide-r requires the R Language Server. It can be easily installed via CRAN

install.packages("languageserver")

For R Markdown support, you would need to install languageserver v0.2.1+ and our companion package atom-language-r.

License

MIT License. See the license for more details.

About

R language support for Atom-IDE

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.