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
I see that the code in the example is guarded to run only in interactive mode but I think that this behaviour is a bit confusing (other are struggling with this). Wouldn't be nice to add at least a warning message that highlight the behavior?
Thank you very much.
P.S. EBImage is a very nice library thanks for developing it.
The text was updated successfully, but these errors were encountered:
I cut the code to show you just the relevant parts. If I remove the method = "browser" from the call to the display function the image viewer is not shown. I would have expected that the display method would have been able to detect the context of the call (renderDisplay) and use the correct rendering method.
Thanks,
Cheers,
Tarcisio.
P.S. Of course this works if I run the example from an interactive session while it doesn't in all the other cases.
Hi,
if I run the example from a shiny app run in non-interactive mode the image viewer is not shown.
After struggling a bit I was able to workaround the problem by adding the
method
parameter to thedisplay
call like:I see that the code in the example is guarded to run only in interactive mode but I think that this behaviour is a bit confusing (other are struggling with this). Wouldn't be nice to add at least a warning message that highlight the behavior?
Thank you very much.
P.S. EBImage is a very nice library thanks for developing it.
The text was updated successfully, but these errors were encountered: