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
For example, quantile(dist_sample(list(letters[1:5])), 0.5) will poorly error. It should instead give NA_character_.
Similar is needed for factors.
Ref: #89
The text was updated successfully, but these errors were encountered:
For example,
quantile(dist_sample(list(letters[1:5])), 0.5)
will poorly error. It should instead giveNA_character_
.Similar is needed for factors.
Ref: #89
The text was updated successfully, but these errors were encountered: