All Projects → JetBrains → Rplugin

JetBrains / Rplugin

Licence: Apache-2.0 license
R Language support for IntelliJ-based IDEs

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language
r
7636 projects

Projects that are alternatives of or similar to Rplugin

Squaretest
Tracks issues for the Squaretest plugin for IntelliJ IDEA
Stars: ✭ 32 (-34.69%)
Mutual labels:  intellij-plugin
dummytext-plugin
"Dummy Text Generator" plugin for Jetbrains IDEs
Stars: ✭ 31 (-36.73%)
Mutual labels:  intellij-plugin
EditorGroups
IntelliJ plugin prototype of https://youtrack.jetbrains.com/issue/IDEA-12130#comment=27-2838171
Stars: ✭ 16 (-67.35%)
Mutual labels:  intellij-plugin
NyanTrayIntelliJPlugin
A little plugin for IntelliJ (and Android Studio, and other IntelliJ based IDEs) to let you know when work is ongoing.
Stars: ✭ 24 (-51.02%)
Mutual labels:  intellij-plugin
intellij-ui-test-robot
The library allows you to write and execute UI tests among IntelliJ IDEA. You can test your Plugin.
Stars: ✭ 60 (+22.45%)
Mutual labels:  intellij-plugin
highlight-bracket-pair
🎉Highlight bracket pair plugin for intellij
Stars: ✭ 25 (-48.98%)
Mutual labels:  intellij-plugin
intellij-neos
Support for the Neos CMS in Intellij IDEA / PhpStorm
Stars: ✭ 37 (-24.49%)
Mutual labels:  intellij-plugin
idea-php-typo3-plugin
TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
Stars: ✭ 93 (+89.8%)
Mutual labels:  intellij-plugin
IntelliJ-IDEA-Translate2Chinese
Chinese ​(Simplified)​ Language Pack EAP v201.15 魔改进行中...
Stars: ✭ 14 (-71.43%)
Mutual labels:  intellij-plugin
license-generator-intellij-plugin
Open Source License generator plugin for products on the IntelliJ platform
Stars: ✭ 35 (-28.57%)
Mutual labels:  intellij-plugin
GIdeaBrowser
A Browser embedded in your IDE
Stars: ✭ 27 (-44.9%)
Mutual labels:  intellij-plugin
aemtools
AEM Tools is Intellij IDEA plugin containing Adobe Experience Manager related features
Stars: ✭ 49 (+0%)
Mutual labels:  intellij-plugin
idea-carbon-now-sh
IntelliJ IDEA plugin to open the selected code in https://carbon.now.sh
Stars: ✭ 27 (-44.9%)
Mutual labels:  intellij-plugin
intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (-38.78%)
Mutual labels:  intellij-plugin
mybatis-generator-plugin
MyBatis 生成模板代码的逻辑以插件的形式部署
Stars: ✭ 25 (-48.98%)
Mutual labels:  intellij-plugin
gitmoji-intellij-plugin
Intellij plugin for add a button on the commit dialog to add gitmoji
Stars: ✭ 35 (-28.57%)
Mutual labels:  intellij-plugin
maven-archetypes-catalog-plugin
A plugin to enable IntelliJ IDEA to fetch external Maven Archetype Catalog files
Stars: ✭ 19 (-61.22%)
Mutual labels:  intellij-plugin
material-design-color-palette
🎨Material Design color palette pluin for IntelliJ based IDEs.
Stars: ✭ 19 (-61.22%)
Mutual labels:  intellij-plugin
niddler
No description or website provided.
Stars: ✭ 48 (-2.04%)
Mutual labels:  intellij-plugin
nocalhost-intellij-plugin
Nocalhost is Cloud Native Dev Environment. Provides nocalhost to help connect IntelliJ IDE and Kubernetes smoothly.
Stars: ✭ 16 (-67.35%)
Mutual labels:  intellij-plugin

R Language support for Intellij IDEA

official JetBrains project

With the plugin for the R language you can perform various statistical computing and enjoy your favorite features of the integrated development environment:

  • Coding assistance

    • Error and syntax highlighting
    • Code completion
    • Intention actions and quick fixes
  • Smart editing and auto-saving changes in your R files. Supported formats:

    • R Script
    • R Markdown
  • Previewing data in the graphic and tabular forms:

    • R Graphics viewer
    • Table View
    • R HTML viewer
    • R Markdown preview
  • Running and debugging R scripts with the live variables view.

  • Managing R packages; ability to create your own R packages.

For more details, see PyCharm web help

This plugin comes with ABSOLUTELY NO WARRANTY.

This is free software, and you are welcome to redistribute it under certain conditions.

Developer Info

For building the plugin clone Rkernel-proto into protos directory in the project root.

Use gradle wrapper for:

  • running the plugin: ./gradlew :runIde
  • testing the plugin: ./gradlew :test
  • building the plugin: ./gradlew :buildPlugin

The plugin can interact with Rkernel.

To test/run/build the plugin with a specific version of Rkernel put its rwrapper and R files into rwrapper directory in the project root.

Acknowledgements

This project is based on R4Intellij. The files containing Copyright (c) 2017, Holger Brandl, Ekaterina Tuzova share the source code with R4Intellij.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].