Questions tagged [statet]

StatET is an Eclipse based IDE (integrated development environment) for R.

The statET project provides Eclipse plugins and R packages for an Eclipse based IDE for R.

It offers a set of mature tools for R coding and package building. This includes a fully integrated R Console, Object Browser and R Help System, whereas multiple local and remote installations of R are supported.

StatET is provided as plug-in for the Eclipse IDE. Therefore the user can combine it with a wide range set of tools working on top of the Eclipse Platform. Like R and Eclipse, StatET is open source software, and works on many operating systems. It teams up with texlipse (another Eclipse plugin) to handle clean output with latex.


statET project home : http://www.walware.de/goto/statet
statET Tutorial : http://www.splusbook.com/RIntro/R_Eclipse_StatET.pdf
statET and texlipse tutorial : http://jeromyanglim.blogspot.com/2010/02/getting-started-with-sweave-r-latex.html

74 questions
3
votes
2 answers

R help is not updated in Eclipse after R CMD install

I am developing a R package in Eclipse. Although I am new to this environment, it's been great. But one problem I am facing is that after running R CMD install after check and build in Eclipse, if I type in R console of…
Tae-Sung Shin
  • 20,215
  • 33
  • 138
  • 240
3
votes
1 answer

Making StatET work with R 2.15.0

I seem to have an impedance mismatch between Eclipse, R, RJ and StatET. I am using: A vanilla Eclipse 3.7 classic (Indigo) R 2.15.0 both on a Windows 7, 32 bit machine and I want to use StatET. In order to do this I installed: RJ 1.0.3-7 (but for…
Yuval F
  • 20,565
  • 5
  • 44
  • 69
2
votes
3 answers

Error message when trying to write a xlsx.-file with R

I try to save some R-dataframes into .xlsx-files using the write.xlsx function of the xlsx package like this write.xlsx(tab,file="test",sheetName="testsheet",col.names=TRUE,row.names=FALSE,append=FALSE) whereas the object tab is a data frame, as…
te_ar
  • 115
  • 1
  • 13
2
votes
1 answer

Saving and Reloading an R workspace image in Eclipse StatET

Fairly simple question hopefully, as far as I could tell most similar questions were about preventing save prompt. I have Eclipse setup to work with StatET, Sweave, and R quite happily. I followed…
lanagj
  • 33
  • 4
2
votes
2 answers

Starting R statet in Mac Os

My Operating System is Mac OS Lion When i start R in eclipse (after successfully installing statet, and in R and bash the packages "rjava, rj and rj-gd") i still get the error message in the picture. in ecipse.ini i have specifed a vm…
jjunju
  • 505
  • 1
  • 5
  • 18
2
votes
1 answer

Information shows in browser, not "R Help" pane, when using StatET

I am using Eclipse 2018-09 and StatET 3.6.1. I have two R environments: one for R 3.3.2, another for R 3.5.1. When I execute a command like ?lm to call up a help page in v3.3.2, the page appears in the StatET "R Help" pane, as I want it to. But when…
user697473
  • 2,165
  • 1
  • 20
  • 47
2
votes
1 answer

Knitr2pdf does not work for.Rmd file, use rmarkdown::render()

In a previous question knitr2pdf eclipse : how to configure?, I tried to set up eclipse to work with knitr2pdf, Yihui Xie was kind enough to give me a very prompt answer . Now I'm stuck one step further. here is my file --- title: "knit2pdf…
Cedric
  • 2,412
  • 17
  • 31
2
votes
1 answer

StatET and Rmarkdowns

I've been struggling with this problem for a while. I am using StatET, the Eclipse plugin with R, and I would like to configure it to compile Rmarkdown documents. In order to do so, I generated a configuration setup based on the default preset (PDF…
Federico Giorgi
  • 10,495
  • 9
  • 42
  • 56
2
votes
0 answers

Eclipse + R: auto completion in RJ console (Stat ET)

Is auto completion supposed to work in the RJ console? Auto completion in script window is working fine with CTRL + SPACE but how about the console window? I'm using the RJ console.
agoldev
  • 2,078
  • 3
  • 23
  • 38
2
votes
1 answer

Why does the statet eclipse plugin crash upon updating the envrionment index with java 1.7.0?

Running R in Eclipse using the statet plugin results in a crash when I choose to update the environment index (necessary for the popup help) but only if run with java 1.7.0. Versions: R 2.15.2x64, statet 3.1.2, rj 1.1. When run with an older jvm…
boojum
  • 181
  • 2
  • 15
2
votes
2 answers

Writing an R package containing C++ code in Eclipse/StatET

I'm trying to figure out how to set up Eclipse so that I can write R projects and packages which contain C++ code also. Of course I could make separate R and C++ projects, compile the C++ code, copy the .dll to R project and use it in R using…
Casual dog
  • 41
  • 4
2
votes
1 answer

How to save or copy in the clipboard a graph made with Statet/R/Eclipse?

My setup: Eclipse, R and Statet I am using R from inside Eclipse using Statet. I have made a graph (this is the plot of a time series, in case this is relevant information). I now wish to save this graph as a JPG image (or BMP, or the like ...), or…
tagoma
  • 3,896
  • 4
  • 38
  • 57
2
votes
0 answers

rj not installing for eclipse/R Statet

I realize there are several posts on this, so apologies if I'm breaching etiquette. In my case, I've tried several of them, and I just can't seem to get the rj issue (of having it installed properly) resolved. I tried the CMD INSTALL recommendation…
pat
  • 617
  • 8
  • 17
2
votes
1 answer

View command in Eclipse/statET

R has a useful command ("View") that lets one see a table like a spreadsheet in a pop-up window. I used this command in the eclipse console while running statET and the spreadsheet popped up for a few milliseconds and then vanished. To be specific,…
Soldalma
  • 4,636
  • 3
  • 25
  • 38
1
vote
0 answers

eclipse, StatET, sending R remotely debugging

I have a database on a remote server as well as R located on an altogether different server. I access the database from my R script. I am using Eclipse with StatET on my local machine. Is there a way to use the debugging features of eclipse and…
Alex
  • 19,533
  • 37
  • 126
  • 195