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
0
votes
0 answers

plot() does not work with keras, eclipse and statET

I am running keras library from R under eclipse / statET / windows 10. After to fit a model, I am trying to run the following code: history <- model %>% fit_generator(train_generator, steps_per_epoch = 100, epochs = 30, validation_data =…
FGS
  • 1
  • 2
0
votes
1 answer

How to configure statet code Snippets?

I would like to set my working directory to the location of the file on which I'm working. In eclipse Windows > preference > Statet > Run/Debug > R Code Snippets Opens a dialogue to run code snippets. Doing the following allows me to run a…
Cedric
  • 2,412
  • 17
  • 31
0
votes
1 answer

How do I get rid of strikethrough?

I am using Eclipse and StatET as my IDE for R. In this version, it adds strikethrough to special characters such as , and <. How do I get rid of this strikethrough? I have looked in Preferences > StatET > Source Editors and no luck so far. Eclipse…
power
  • 1,680
  • 3
  • 18
  • 30
0
votes
1 answer

statET eclipse plugin, JRI.jar not found

I installed statET in eclipse on mac. upon run/debug, I get init JRI/Rengine failed. java.lang.RuntimeException: JRI.jar not found. the jar is definitely there in /Library/Frameworks/R.framework/Versions/3.3/Resources/library/rJava/jri and the…
bhomass
  • 3,414
  • 8
  • 45
  • 75
0
votes
1 answer

Eclipse StatET for R can't find installed libaries (windows)

I have a working Eclipse workspace for R development using the StatET plugin. I can install libraries the normal way, for example: install.packages("rgdal") But when I attempt to use the library: library(rgdal) R says: Error in library(rgdal) :…
Single Entity
  • 2,925
  • 3
  • 37
  • 66
0
votes
0 answers

rj package not available for R version 3.1.2

Hello I am tring to install R in eclipse. At first I was getting the following error message "Launching the R Console was cancelled, because it seems starting the R engine failed. Please make sure that R package 'rj' (2.0 or compatible) is…
NicoFish
  • 160
  • 1
  • 11
0
votes
1 answer

R - StatET Stop on Error

In R-studio the processing always stops at the error, if there any way to have this behavior in StatET/Eclipse? Details: When using R in Eclipse through StatET, if I run a command such as x = 7 x = xx + x x via "Run Selection in R" (Ctrl + R, Ctrl…
c z
  • 7,726
  • 3
  • 46
  • 59
0
votes
2 answers

R not installing correctly in Eclipse ... Java issues?

I'm trying to run R in the Eclipse environment. I have followed all the necessary instructions from A Guide to Eclipse and the R Plugin in StatET [http://www.splusbook.com/RIntro/R_Eclipse_StatET.pdf] however am coming up with the following Error;…
user1587280
0
votes
0 answers

Eclipse StatEt: Content assist in console

Content assist is very helpful but in my setup it currently only works in the Editor. Is it possible to activate content assist in the interactive console? Please be specific: I have tried to change the 'Content Assist' key binding many times, but…
0
votes
0 answers

Error while using STATet / R (in Eclipse)

I have just finished installing R 3.1.0, Eclipse Luna, STATeT 3.4 (with RJ 2.0). I have followed the worksheet, during which I configured an R environment and ran an R console. I have tried testing all this with Eclipse. When I make a R-Script-File,…
cbournho
  • 145
  • 2
  • 7
0
votes
0 answers

Eclipse StatEt echo every line twice?

Here is the code I tried to send to R console in Eclipse: distuni = setRefClass("DistUniform", c("a", "b"), methods = list( mean = function() { (a+b)/2 } ) …
qed
  • 22,298
  • 21
  • 125
  • 196
0
votes
0 answers

Eclipse bug when using StatET and Shift+Alt+A

Shift+Alt+A is used to highlight vertically or rectanguarly. I am trying to use it with StatET (R code) but have run into some issues. If I used Shift+Alt+A to put a column of brackets (,),[,] in my code, then all code will get deleted in the…
user2763361
  • 3,789
  • 11
  • 45
  • 81
0
votes
1 answer

How do I change the font size in StatET?

I know that this is how to change the font size for editing Java files in Eclipse: Open the Preferences General → Appearance → Colors and Fonts → Java Editor text font Select desired font size How do I change the font size for editing R files in…
I Like to Code
  • 7,101
  • 13
  • 38
  • 48
0
votes
1 answer

Stop execution without quitting console

Does anyone know how to stop program execution without exiting the R console? I could just call q("no") but am actually looking for something similar to a throws statement to stop the execution, but leave the console active. Return?
Kevin Parker
  • 16,975
  • 20
  • 76
  • 105
1 2 3 4
5