ellis@stat.harvard.edu
2003-Dec-10 19:16 UTC
[Rd] R.app should ignore -psn command line argument (PR#5674)
Full_Name: Byron Ellis Version: R 1.9.0 OS: OS X .3 Submission from: (NULL) (140.247.241.138) Under OS X, when something is launched via "open" or the Dock or the Finder it is passed a Process Serial Number argument in the form of -psn_*, which generates a warning dialog when starting R.app. Putting the following in src/unix/system.c:234 ignores that parameter: #ifdef HAVE_AQUA else if(!strncmp(*av,"-psn",4)) { } #endif
Stefano Iacus
2003-Dec-11 00:20 UTC
[Rd] R.app should ignore -psn command line argument (PR#5674)
Thanks Byron, I was about to commit a similar fix. stefano On Mercoled?, dic 10, 2003, at 19:18 Europe/Rome, ellis@stat.harvard.edu wrote:> Full_Name: Byron Ellis > Version: R 1.9.0 > OS: OS X .3 > Submission from: (NULL) (140.247.241.138) > > > Under OS X, when something is launched via "open" or the Dock or the > Finder it > is passed a Process Serial Number argument in the form of -psn_*, which > generates a warning dialog when starting R.app. > > Putting the following in src/unix/system.c:234 ignores that parameter: > > #ifdef HAVE_AQUA > else if(!strncmp(*av,"-psn",4)) { } > #endif > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel >