Re: [R] User input when running R code in batch mode

2009-10-27 Thread Bernd Kreuss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kaushik Krishnan wrote: Is there any way to make R stop for the user to enter values when running in batch mode either by changing the way I invoke scan() or readLines() or by using any other function? At least on linux this works:

[R] API question (embedding R)

2009-10-26 Thread Bernd Kreuss
? An example would actually be the most important thing, an example tells more than thousand words. Thanks in advance, Bernd Kreuss -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [R] How to stop an R script when running JGR on a Linux/SuSE system

2009-08-02 Thread Bernd Kreuss
This issue was addressed in a recent discussion [1]. Liviu [1] http://mailman.rz.uni-augsburg.de/pipermail/stats-rosuda-devel/2009q2/001106.html I would like to add a few points to this list, some of them I personally find even more annoying then some of them mentioned there: - add the

Re: [R] How to stop an R script when running JGR on a Linux/SuSE system

2009-08-02 Thread Bernd Kreuss
Bernd Kreuss wrote: I would like to add a few points to this list [...] I would even make the changes on my own (i probably would already have done it) and supply patches if i only could find any hint on how to build JGR from sources. (where to place the source files, what command to start

Re: [R] How to stop an R script when running JGR on a Linux/SuSE system

2009-08-02 Thread Bernd Kreuss
Liviu Andronic wrote: other missing dependencies), fetch the source archive [1] from CRAN, I tried this already but this source archive only contains (besides some C code for the starter) only one .jar file without any Java sources in it, only .class files. Also i tried to check out the project

Re: [R] How to stop an R script when running JGR on a Linux/SuSE system

2009-08-01 Thread Bernd Kreuss
mau...@alice.it wrote: I wonder whether there is a more gentle way to stop an R script running on top of JGR aother than ... unplugging the power cord. there must be a bug in JGR on Lunux. Clicking the stop button should stop the script, clicking it here on my linux machine will immediately

Re: [R] How to stop an R script when running JGR on a Linux/SuSE system

2009-08-01 Thread Bernd Kreuss
sorry for the eventual double posting, but i got a strange error from a versatel(???) server about not enough quota when replying to the message __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] Forumla format?

2009-07-27 Thread Bernd Kreuss
Steve Lianoglou wrote: Is it possible to build up your formula as a string, and then convert to formula w/ as.formula? what about simply using it this way instead: svm(label ~ ., data=mydata[,-c(22,23,25,31)]) __ R-help@r-project.org mailing list