Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. StatET for R

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

StatET for R

StatET for R
41
5
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

2022-06 (4.24)

https://download.eclipse.org/statet/releases/4.6/E202206

2021-12 (4.22)

https://download.eclipse.org/statet/releases/4.5/E202112

2021-06 (4.20)

https://download.eclipse.org/statet/releases/4.4/E202106

2020-12 (4.18)

https://download.eclipse.org/statet/releases/4.3/E202012

2020-06 (4.16)

https://download.eclipse.org/statet/releases/4.2/E202006

2019-12 (4.14)

https://download.eclipse.org/statet/releases/4.1/E201912

2018-12 (4.10)

https://download.eclipse.org/statet/releases/4.0/E201812

Learn more...

Details Group Tabs

Details

Eclipse based IDE for the statistical programing language R.

It offers a set of mature tools for R coding and package building. This includes a fully integrated R Console, Object Browser, Package Manager, Debugger, Data Viewer and R Help System, whereas multiple local and remote installations of R are supported. The optional add-ons for Sweave and Wikitext (Commonmark/Markdown, Textile) provide source editors and build tools for LaTeX/Wikitext documents with R chunks.

StatET 4.6: Announcement | New and Noteworthy | Downloads

Advanced R Console: If you want to use the advanced console (RJ) with R, you need the R package 'rj' for your R version.
For GNU R see: RJSrv4GR project (installation instructions)

Categories:
  • Editor,
  • IDE,
  • Languages
Tags:
  • editor,
  • console,
  • debugger,
  • r,
  • data analysis,
  • statistical analysis,
  • sweave,
  • science,
  • reproducible documents,
  • latex,
  • markdown,
  • commonmark,
  • textile,
  • fileExtension_r,
  • fileExtension_rnw,
  • fileExtension_rmarkdown,
  • fileExtension_Rmd,
  • fileExtension_Rcm,
  • fileExtension_rtextile,
  • fileExtension_Rtx-ftable,
  • fileExtension_Rtx-ggplot
Additional Details
Eclipse Versions: 
2018-12 (4.10), 2019-12 (4.14), 2020-06 (4.16), 2020-12 (4.18), 2021-06 (4.20), 2021-12 (4.22), 2022-06 (4.24)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
WalWare.de
Development Status: 
Production/Stable
Date Created: 
Thu, 2010-09-02 13:29
License: 
EPL 2.0
Date Updated: 
Tue, 2022-11-15 09:09
Submitted by: 
Stephan Wahlbrink
Metrics
DateRankingInstallsClickthroughs
March 2023257/66358 (0.02%)8
February 2023264/66867 (0.02%)13
January 2023233/67789 (0.03%)10
December 2022285/80562 (0.02%)16
November 2022322/80853 (0.01%)13
October 2022273/81175 (0.02%)21
September 2022270/81276 (0.02%)12
August 2022247/80886 (0.02%)17
July 2022291/81663 (0.02%)15
June 2022300/81061 (0.02%)17
May 2022256/81096 (0.02%)15
April 2022267/81790 (0.02%)18
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for StatET for R.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Monday, March 20, 2023 - 20:49

Reviews Sign in to post reviews

cnasel's picture

R Statet IDE

Submitted by Christian Nasel on Fri, 2023-03-17 09:27

I am using the Statet plugin since 2015/16. Though some experience with the IDE in general may be of value using this software, in my opinion this is the best IDE available today. I use this software intensely for scientific purposes, where especially full script solutions are necessary. The stability of this software is absolutely convincing and we strongly recommend using the eclipse IDE with the Statet plugin.

malvarezm5a's picture

For me, far the best IDE for R

Submitted by Miguel Alvarez on Sun, 2023-01-29 11:49

My first experience with IDEs for R was working with TinnR, which I remember as a very useful tool but with the limitation that this software was restricted to Windows (I currently work in Linux). StatET was introduced to me in the context of a job in the area of remote sensing and I was thrilled by the possibility of working with different programming languages in the same workbench. I found out in a book about RStudio and I commonly use it for teaching purposes and I have seen a lot of progress in the development of this software. Despite installing and setting StatET may be complicated, I still consider this as the best IDE for R. The functions I love most in StatET is the display of objects in Object Browser.

mgerring's picture

Getting it working on MacOS

Submitted by Matthew Gerring on Thu, 2021-04-15 08:42

It is quite hard to get working with R4 and compiling the rj package. For me to install rj on macos I had to do the following:

* brew install llvm # check llvm first in path, otherwise: `export PATH=/usr/local/opt/llvm/bin:$PATH`
* brew install pcre2
* sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/* /usr/local/include/
* Add to .bash_profile the lines:

export LDFLAGS="-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib
export CPPFLAGS="-I/usr/local/opt/llvm/include -I/usr/local/opt/llvm/include/c++/v1/
alias ld='ld.lld'

* source ~/.bash_profile
* wget download.walware.de/rj-4.0/src/contrib/rj_4.0.2-4.tar.gz
* R CMD INSTALL rj_4.0.2-4.tar.gz
* Install StatET from Eclipse Marketplace

cbriandbkq's picture

For me the greatest tool for R

Submitted by Cédric Briand on Thu, 2019-07-25 03:23

Thanks so much for this development. Used in combination with Dbeaver, subclipse, egit and MoreClipboard, it's a powerfull tool for everyday scripting. The outline in complex sweave documents makes it very easy to navigate.

ekaraca's picture

Very nice integration of R

Submitted by Erdal Karaca on Sun, 2013-02-03 06:49

Very nice integration of R into Eclipse!

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • LiClipseText
  • Eclipse Corrosion: Rust editing and debugging
  • Mylyn WikiText
  • Ruby Solargraph
  • Design and Verification Tools (DVT) IDE for e, SystemVerilog, VHDL, and PSS

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top