Skip to content

question about running multiple R windows

4 messages · George Chen, milton ruser, Uwe Ligges

#
Hello,

I use R on a Microsoft Windows machine.
Is it possible for me to open multiple windows of R, have them run the same program but for different data sets, and get accurate results?  It takes 8+ hours to run the program so I want to multitask as much as possible.
Thanks in advance,
George Chen
#
milton ruser wrote:
Errrr, you obviously never tried. Please don't speculate.

For CRAN, we are installing and checking all > 1600 CRAN packages on a 
Windows machine in less than 5 hours, because it runs in parallel on 8 
CPU cores. In scaling is almost linear up to the number of actual CPU 
cores in your system - as long as a sufficient amount of memory is 
available.

Uwe Ligges