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
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
January 2023 | 238/672 | 77 (0.02%) | 9 |
December 2022 | 285/805 | 62 (0.02%) | 16 |
November 2022 | 322/808 | 53 (0.01%) | 13 |
October 2022 | 273/811 | 75 (0.02%) | 21 |
September 2022 | 270/812 | 76 (0.02%) | 12 |
August 2022 | 247/808 | 86 (0.02%) | 17 |
July 2022 | 291/816 | 63 (0.02%) | 15 |
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 |
Unsuccessful Installs in the last 7 Days: 1
Count | Error Message |
---|---|
1 | Cannot continue the operation. There is another install operation in progress. |
Sunday, January 29, 2023 - 02:55
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!