Displaying 20 results from an estimated 600 matches similar to: "Statet on Eclipse: ${project_path} is empty"
2011 Aug 17
1
[statEt] Rmpi problem in Eclipse statEt
Hi,
I try use Rmpi package to my compute. In my work I'm using eclipse version
3.6.2 and statEt version 0.10.0 (launch Rterm or RJ). Actually I observed
strange behavior, when I try loading Rmpi directly I don't have any problem
i.e.:
library("Rmpi")
mpi.spawn.Rslaves()
8 slaves are spawned successfully. 0 failed.
master (rank 0, comm 1) of size 9 is running on: marcin-HP
2011 Oct 04
1
texi2dvi problem when compiling incorrect Latex code
Hello,
I am working on a big R project using Eclipse/StatET/Texlipse. I'd like to
write a Latex document within that project but DO NOT want to Sweave it.
It's pure Latex. Via the external tools configurations I set up 2 different
versions to ensure that my latex document is processed correctly.
Version 1 (System Call):
library(tools)
setwd("${container_loc}")
file =
2009 Jul 12
0
Installing Eclipse Plug-In for R: "StatET"
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
I am trying to install above, but faced problem.
I have described the steps below.
1. I like to install locally. That means I like to install after downloading the required files into my hard drive.
2. Java Runtime Environment (JRE 1.5.0-07) is installed
3. I have downloaded eclipse-SDK-3.5-win32.zip
- installed
2008 Jul 30
2
Eclipse/Statet: How to set breakpoints
Hi,
I'm using the IDE Eclipse with the Statet-Plugin to develop R-code.
Is there a possibility to set breakpoints for debugging in R-script files
(just like in Java-code)?
Cheers,
Eli
2010 Mar 11
1
Ubunut + Eclipse + StatET: Console terminates upon error
Dear List,
I''m trying to set up Eclispe (3.5.1) with the StatET-Plugin (0.8.1) under
Ubuntu (Karmic) and found it strange that my console terminates every time
something in a script produces an arbitrary error (e.g. just calling a
missing variable, trying to perform an illegal operation etc.). Can anyone
tell me why this happens or even better how to fix this?
Thanks a lot,
Janko
2006 Mar 16
0
R, Eclipse and StatEt plugin under Linux
Hi
I try to use the R plugin StatET 3.1-M2 (0.2.1) under eclipse 3.1.1 in
Linux. Everything works fine, except of the integration of the R console
into eclipse.
On the StatET website (http://www.walware.de/goto/statet) it states:
***
Do you know, how to start R inside Eclipse on Unix/Linux preventing the
batch-modus, which parameters are useful? Let me know.
***
and this is exactly the
2011 Nov 19
1
Eclipse StatET - create own code formatting
Hello,
does anybody know whether it is possible to create its own code formatting
rules?
Defining rules under Eclipse -> Preferences -> R Code Formatting is so
limited.
Cheers,
Syrvn
--
View this message in context: http://r.789695.n4.nabble.com/Eclipse-StatET-create-own-code-formatting-tp4086386p4086386.html
Sent from the R help mailing list archive at Nabble.com.
2010 Feb 17
1
Dock graphs when using R in Eclipse with StatET plug In
Does anyone know how to dock graphics windows in Eclipse when using the
StatET plug-in for R?
Right now every time I make a graph it pops up as a separate window, which
takes up too much real estate.
By the way, if you have not tried the StatET thing, you should. It's really
nice, and I'm sure I'm not even using all the bells and whistles. The
"automatic variable
2012 Dec 19
0
Visual Debugger para R con Eclipse+StatEt: ¿le funciona a alguien?
Hola:
¿Hay alguien que haya probado el ''visual debugger'' de Eclipse para R con
StatEt (y le funcione, claro) ?
Lo presentaron en las Jornadas UseR!2011, y en un correo posterior
indicaron los pasos para usarlo...
http://lists.r-forge.r-project.org/pipermail/statet-user/2011-August/000978.html
Probé hace poco, y aunque consigo poner los breakpoints y demás, no
consigo ver
2004 Dec 17
3
copy files to windows thru smbmount
hello
i have this strange problem:
i've ounted up a windows share on my linux machine, and tryign to copy a file to it, which is bigger than 2gbs, and it fails with a "maximum file size exceeded" error.
the linux is running ext3, and windows is ntfs, so the size limit must be somewhere in samba.
i've read on http://www.mail-archive.com/samba@lists.samba.org/msg10412.html
2009 Apr 13
0
external R GUI on OSX using Eclipse and StatET
Hello,
I can not figure out how to run R using an XTerm external console on a
mac running OS X. I have spent around 8 hours trying to find any
tutorial or step by step guide with no success.
Please if anyone has been able to successfully use this functionality
please help me out with some clear directions.
I have been able to use the console insdie eclipse but help
functionality does not
2010 Apr 05
2
find the "next non-NA" value within each row of a data-frame
#I wish to find the "next non-NA" value within each row of a data-frame.
#e.g. I have a data frame mydata. Rows 1, 2 & 3 have soem NA values.
mydata <- data.frame(matrix(seq(20*6), 20, 6))
mydata[1,3:5] <- NA
mydata[2,2:3] <- NA
mydata[2,5] <- NA
mydata[3,6] <- NA
mydata[1:3,]
#this loop accomplishes the task; I am tryign toi learn a "better" way
for(i
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
I recently got a RFC on Eclipse and StatET setup from a R-help user, so here
it is.
Note: there may be slight errors of omission in my directions as I am making
these notes after I had a successful install. If you have questions post
here.
Setup tested with Eclipse 3.4.0 on XP 32-bit and Eclipse 3.4.2 on Vista
32-bit.
R 2.9.0 alpha.
Installing StatET:
1. Go to Help > Software Updates...
2007 Dec 04
7
REST bug with form_for
Hi all, I am running on Windows XP sp2 with ruby 1.8.6, and rails
1.2.3
I am using REST, and have this in my view
<% form_for(:project,
:url => project_path(:user_id => @project.my_user, :id =>
@project),
:html => {:method => :put}) do |f| %>
The browser correctly gives
<form method="post" action="/users/2/projects/1">
2013 Jun 27
3
using "rollapply" to calculate a moving sum or running sum?
#using "rollapply" to calculate a moving sum or running sum?
#I am tryign to use rollapply to calcualte a moving sum? #I tried
rollapply and get the error message
#"Error in seq.default(start.at, NROW(data), by = by) :
# wrong sign in 'by' argument"
#example:
mymatrix <- ( matrix(data=1:100, nrow=5, ncol=20) )
mymatrix_cumsum <- ( matrix(data=NA, nrow=5,
2011 Dec 05
1
using StatEt IDE for Eclipse
Hi,
I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely
lost. I've read all I could find online, made apparently all I had to do
(installing rj, configuraing StatEt, etc.) but still cannot make R running.
Below is the error log file.
Thank you so much for assistance.
Matteo
!ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355
!MESSAGE
2009 Aug 26
1
rJava error for large XML object return in StatET plugin
Hi R List,
I get this error using StatET R plugin in Eclipse.
>sessionInfo()
R version 2.9.0 (2009-04-17)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
States.1252;LC_MONETARY=English_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
I am running Eclipse Platform Version: 3.4.1 Build id: M20080911-1700 on
Windows XP
My R process
2010 Jun 28
2
How to run Bibtex with pdfLatex in StatEt/MikTex on Windows ?
Hello,
I'm running R2.10, Eclipse, StatEt and MikTex 2.8 to create Sweave
documents, and everything seems to work great, until today...
I was trying to add citations from a Bibtex file, but I just got [?]
citations. However, if I open the .tex file that StatEt created in
MikTex and run the latex+bibtex+pdflatex command, the citations are present.
Does anyone know how to either configure
2010 Jun 04
1
StatET plot problem
Dear all,
after trying several suggestions from the list for a nice R-Editor / IDE for MacOS X and really trying some of those that needed to be configured a little more (such as emacs, aquamacs and StatET / Eclipse), I prefer StatET at the moment. I found more experienced like John suggesting this combination (http://www.mail-archive.com/r-help at r-project.org/msg38883.html) on Mac OS X.
So
2010 Mar 12
1
StatEt: Error R Object Browser Update java.lang.NullPointerException
Hello,
I'm trying to use StatEt on my kubuntu karmic system. I've set
everything up according to the website and a guide pdf I've got, but
when I start the R session, or issue a command, I get a "An internal
error occurred during: "R Object Browser Update"." error;
Any ideas on what to look at or try next ?
java.lang.NullPointerException
at