chronos.phenomena wrote: > > This is really annoying me... when I click R application icon it brings > already opened session in the focus and it DOESN'T open new session.... > > any ideas? >
I don't think this is possible with R.app on OS X. OS X applications do not spawn separate processes if they are re-launched-- they pass focus to the one that is already running. However, you can access R from the OS X terminal and run as many different sessions as you want. Hope this helps! -Charlie -- View this message in context: http://n4.nabble.com/How-do-I-run-to-or-more-R-consoles-on-Mac-OS-X-tp930979p930991.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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 and provide commented, minimal, self-contained, reproducible code.