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

Set non-interactive flag when using captureR() #426

Closed
coatless opened this issue May 21, 2024 · 0 comments · Fixed by #447
Closed

Set non-interactive flag when using captureR() #426

coatless opened this issue May 21, 2024 · 0 comments · Fixed by #447
Labels
feature New feature or request

Comments

@coatless
Copy link
Contributor

The detection for rlang::is_interactive() treats Shelter.captureR() as being interactive. However, that doesn't make sense as the results may not be obtained interactively. There could be multiple one-shot calls to Shelter.captureR() with little input. The scope of being interactive by default should be only applied when using the Console class.

Related: coatless/quarto-webr#206

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

Successfully merging a pull request may close this issue.

2 participants