Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do_is_ordered tries to check whether the first element of the series is NA. It needs to first check whether the series has at least one element to avoid reading an uninitialised value. Fixes joshuaulrich#236.
- Loading branch information