Re: [R] R CMD Batch on Windows and use of the ampersand

2019-12-25 Thread Erin Hodgess
Nice! Thanks so much! Take care, Erin On Wed, Dec 25, 2019 at 1:49 PM Richard M. Heiberger wrote: > Hi Erin. > > I think the easiest way is to use sh, which is included as part of Rtools. > > From the CMD command line, enter > c:/Rtools/bin/sh -i > > You are now running a Unix shell, and all t

Re: [R] R CMD Batch on Windows and use of the ampersand

2019-12-25 Thread Richard M. Heiberger
Hi Erin. I think the easiest way is to use sh, which is included as part of Rtools. >From the CMD command line, enter c:/Rtools/bin/sh -i You are now running a Unix shell, and all the behaviors you expect are there, including ";" and "&" Rich On Wed, Dec 25, 2019 at 12:16 PM Erin Hodgess wrot

Re: [R] R CMD Batch on Windows and use of the ampersand

2019-12-25 Thread Erin Hodgess
This is great information! Thank you so much! Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Wed, Dec 25, 2019 at 10:44 AM Ivan Krylov wrote: > On Wed, 25 Dec 2019 09:13:28 -0800 > Erin Hodgess wrote: > > > We know that > > > > R CMD BATCH infile outfile & > > > > On L

Re: [R] R CMD Batch on Windows and use of the ampersand

2019-12-25 Thread Ivan Krylov
On Wed, 25 Dec 2019 09:13:28 -0800 Erin Hodgess wrote: > We know that > > R CMD BATCH infile outfile & > > On Linux or Mac will let you continue interactively from the command > line. This is a property of the command line shell being used, not of R CMD BATCH itself. One way to do the same on

[R] R CMD Batch on Windows and use of the ampersand

2019-12-25 Thread Erin Hodgess
Hello! Merry Christmas to those of you celebrating it, and happy holidays to those celebrating other holidays. Here is a question about R CMD BATCH on Windows. We know that R CMD BATCH infile outfile & On Linux or Mac will let you continue interactively from the command line. However, it does