Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to run Stata in batch mode #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pacbard
Copy link

@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