Skip to content

Add option to run Stata in batch mode#10

Open
pacbard wants to merge 2 commits intolbraglia:masterfrom
pacbard:master
Open

Add option to run Stata in batch mode#10
pacbard wants to merge 2 commits intolbraglia:masterfrom
pacbard:master

Conversation

@pacbard
Copy link
Copy Markdown

@pacbard pacbard commented Aug 23, 2017

It is possible to run Stata in batch mode in unix and Mac OS. This mode sends the program output to a log file (much like using the /s option in windows).

This pull requests adds a logical argument to allow to run Stata in batch mode. This option is set to FALSE by default to keep the current RStata behavior. If set to TRUE, RStata will read the contents of the RStata.log instead of relying on the sys call output. This also fixes the issue of RStata hanging when the user has set more on.

I have tested this on MacOS and it seems to work.

@pacbard pacbard changed the title Add option to run Stats in batch mode Add option to run Stata in batch mode Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant