You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The detection for
rlang::is_interactive()
treatsShelter.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 toShelter.captureR()
with little input. The scope of being interactive by default should be only applied when using theConsole
class.Related: coatless/quarto-webr#206
The text was updated successfully, but these errors were encountered: