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.8: 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)
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: 2023-06 (4.28), 2022-12 (4.26), 2022-06 (4.24), 2021-12 (4.22), 2021-06 (4.20), 2020-12 (4.18), 2020-06 (4.16), 2019-12 (4.14), 2018-12 (4.10)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: WalWare.de
Development Status: Production/Stable
Date Created: Thursday, September 2, 2010 - 13:29
License: EPL 2.0
Date Updated: Friday, August 18, 2023 - 06:43
Submitted by: Stephan Wahlbrink
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
November 2023 | 262/685 | 65 | 9 |
October 2023 | 267/673 | 66 | 12 |
September 2023 | 234/663 | 80 | 10 |
August 2023 | 243/673 | 65 | 10 |
July 2023 | 258/668 | 59 | 7 |
June 2023 | 307/669 | 40 | 5 |
May 2023 | 280/671 | 59 | 5 |
April 2023 | 289/667 | 52 | 11 |
March 2023 | 268/686 | 81 | 8 |
February 2023 | 263/667 | 67 | 13 |
January 2023 | 229/675 | 90 | 10 |
December 2022 | 262/669 | 62 | 16 |
Reviews Add new review
R Statet IDE
Submitted by Christian Nasel on Fri, 03/17/2023 - 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.
For me, far the best IDE for R
Submitted by Miguel Alvarez on Sun, 01/29/2023 - 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.
Getting it working on MacOS
Submitted by Matthew Gerring on Thu, 04/15/2021 - 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
For me the greatest tool for R
Submitted by Cédric Briand on Thu, 07/25/2019 - 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.
Very nice integration of R
Submitted by Erdal Karaca on Sun, 02/03/2013 - 06:49
Very nice integration of R into Eclipse!