StatET for R
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
July 2022 | NA | 0 (0%) | 1 |
June 2022 | 300/810 | 61 (0.02%) | 17 |
May 2022 | 256/810 | 96 (0.02%) | 15 |
April 2022 | 267/817 | 90 (0.02%) | 18 |
March 2022 | 280/820 | 89 (0.02%) | 19 |
February 2022 | 249/819 | 98 (0.03%) | 21 |
January 2022 | 272/817 | 87 (0.02%) | 16 |
December 2021 | 245/811 | 109 (0.03%) | 13 |
November 2021 | 254/822 | 98 (0.02%) | 29 |
October 2021 | 248/826 | 112 (0.03%) | 14 |
September 2021 | 255/830 | 103 (0.02%) | 19 |
August 2021 | 249/818 | 103 (0.03%) | 19 |
July 2021 | NA | 145 | 0 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Friday, July 1, 2022 - 09:40
Reviews Sign in to post reviews
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
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.
Very nice integration of R
Submitted by Erdal Karaca on Sun, 2013-02-03 06:49
Very nice integration of R into Eclipse!