-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
Sorry not to issue a PR, but I'm currently super busy.
If label is left out of shiny::need()
, the error message is not easy to figure out.
It would be nice to include something like "label is missing in need()
"
> shiny::need(1+1)
Error in paste(label, "must be provided") :
argument "label" is missing, with no default
Relevant line is here:
Line 1199 in e6c2133
force(message) # Fail fast on message/label both being missing |