Re: [R-SIG-Mac] Opening single Terminal window and running syntax sequentially from R

2018-01-11 Thread MacQueen, Don
I would tend to agree that this is outside of R, unless the My_File.app is intended to run an R script. However, Terminal has a Preference setting that specifies whether its windows close when the shell exits. I believe the default is to not close. Try changing it. -Don -- Don MacQueen Lawren

Re: [R-SIG-Mac] Opening single Terminal window and running syntax sequentially from R

2018-01-10 Thread Marc Schwartz
> On Jan 10, 2018, at 12:18 PM, Christofer Bogaso > wrote: > > Hi, > > I have an .app file saved in Harddisk, which I want to run from R. So > below is the code which I use: > > system("open '.../My_File.app'") > > However, if I run above code multiple times (sequentially) then each > time a

[R-SIG-Mac] Opening single Terminal window and running syntax sequentially from R

2018-01-10 Thread Christofer Bogaso
Hi, I have an .app file saved in Harddisk, which I want to run from R. So below is the code which I use: system("open '.../My_File.app'") However, if I run above code multiple times (sequentially) then each time a new Terminal window opens that make my system cluttered. So I wonder if there is