Re: [Rd] GUI's and R background processes

2010-12-17 Thread Norm Matloff
(Sorry, originally sent to wrong list.) Anne, you can accomplish your goal by using my Rdsm package, which adds a threads-like capability to R. You can download it from CRAN. Look in particular in the examples/ directory. The file WebProbe.R is pretty much exactly the same usage that you want

Re: [Rd] GUI's and R background processes

2010-06-16 Thread Louis Bajuk-Yorgan
> I am new to R and have created an application using R 2.10, with a graphical > UI using TclTk 8.5, running on windows 7, quad core machine. > The intention of the application is to launch calculations and display > results on a graphical dashboard. > > I've reached a roadblock, and I need to

Re: [Rd] GUI's and R background processes

2010-06-15 Thread Duncan Murdoch
Anne George wrote: Hello, I am new to R and have created an application using R 2.10, with a graphical UI using TclTk 8.5, running on windows 7, quad core machine. The intention of the application is to launch calculations and display results on a graphical dashboard. I've reached a roadblock

[Rd] GUI's and R background processes

2010-06-15 Thread Anne George
Hello, I am new to R and have created an application using R 2.10, with a graphical UI using TclTk 8.5, running on windows 7, quad core machine. The intention of the application is to launch calculations and display results on a graphical dashboard. I've reached a roadblock, and I need to confi