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
Describe the bug n_max in arc_select() and arc_read() can be set to a negative number. This causes an error to be propagated with a confusing message. Instead, there should be an assertion like check_whole_number() to do this. arcgisutils has imported the standalone checks with proper rlang namespacing. These should be incorporated into arcgislayers to perform these checks
The text was updated successfully, but these errors were encountered:
Describe the bug
n_max
in arc_select() and arc_read() can be set to a negative number. This causes an error to be propagated with a confusing message. Instead, there should be an assertion likecheck_whole_number()
to do this. arcgisutils has imported the standalone checks with proper rlang namespacing. These should be incorporated into arcgislayers to perform these checksThe text was updated successfully, but these errors were encountered: