Re: [R] Building Custom GUIs for R

2011-05-20 Thread Jonathan Gabris
If you want a GUI that only communicates with R, and is not created within R, you can use Qt. Startup R.exe using a QProcess and send ready formatted commands to the background R.exe whan you activate a control (button, slider,..) I find this works well if you want a "just click on the button

Re: [R] Building Custom GUIs for R

2011-05-20 Thread Jonathan Gabris
You can also look at: - Journal of Statistical Software - dec 2010, vol 37, Issue 8 (for using RGtk2) - RNews vol. 6/4, october 2006 (for using tcltk) Jonathan On 20/05/2011 10:42, Rubén Roa wrote: Check the PBSModelling package. HTH Rubén

Re: [R] Gui immediately closes when started from command-line

2011-05-19 Thread Jonathan Gabris
I had a problem similar to this I think. Though I cannot remember the symptoms. Something to to with the lack of possible interaction with the console as I was using R as a backend to a Qt interface. To solve the problem I used the flag: '--ess' (using '--vanilla' is also a good idea) (cf Appe

[R] search functions for use on vector of ordered data

2011-04-28 Thread Jonathan Gabris
ps of observations: number of miliseconds since begining). I want to be able to find the the column index of the value X listed in the matrix's first col. The matrix is quite large, so the use of which(), or other similar functions are not time efficient enough. Thanks, Regards, Jonat

Re: [R] Speed up plotting to MSWindows graphics window

2011-04-27 Thread Jonathan Gabris
- (works for calculations but not >> > enough for plots) >> > -increasing the max usable memory (max-mem-size) - (no change) >> > -increasing the size of the pointer protection stack (max-ppsize) - (no >> > change) >> > -deleting the u

[R] Speed up plotting to MSWindows graphics window

2011-04-27 Thread Jonathan Gabris
s... So if sombody could point out something, I would be greatfull. Thanks, Jonathan Gabris __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html a