-
Notifications
You must be signed in to change notification settings - Fork 33
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
Debugging error messages #80
Comments
This looks like it's related to an issue I've been meaning to fix for a while. I would guess that in your cognostics function, you did not wrap one or more of your cognostics with For debugging the viewer, I usually just stick browser statements in the shiny app code, but that isn't a very user-friendly way to do it for others. I'll play around with things like |
OK, thanks. FYI, my issue was that one of my cognostics was generating NA's on a corner case. |
I see. So every value was NA? I'll need to make checking more robust so these things are handled prior to the viewer. |
If you source the following cde and click on the Table Sort/Filter tab the error is reproduced.
|
Thanks! |
Is there a good way to debug error messages that don't show up until interacting with the viewer? I'm getting the following error message only when opening the Table Sort/Filter tab.
The message in the terminal is below.
I suspect it's a problem with the cognostics I've defined but I'm not positive (the univariate and bivariate filters work fine).
The text was updated successfully, but these errors were encountered: