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

Do Not Capture Output in non-Interactive Mode #286

Closed
brodieG opened this issue Dec 19, 2021 · 2 comments
Closed

Do Not Capture Output in non-Interactive Mode #286

brodieG opened this issue Dec 19, 2021 · 2 comments

Comments

@brodieG
Copy link
Owner

brodieG commented Dec 19, 2021

That way the .Rout files have the most information possible if there is a failure.

@brodieG
Copy link
Owner Author

brodieG commented Jan 2, 2022

There already exists the option to set:

 options(unitizer.disable.capt=c(output=TRUE, message=TRUE))

But the result looks a bit of a mess. The trick is we really don't want to capture anything so the e.g. a segfault will show the output, but many, many things are output that we don't actually want to keep.

@brodieG brodieG modified the milestones: 1.4.16, 1.4.17 Jan 3, 2022
@brodieG
Copy link
Owner Author

brodieG commented Mar 24, 2022

Fixed in 1.4.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant