> check_endpoints_must_be_ascending(c(1, 2, 1, 3, 4, 2), ".starts")
Error: `.starts` must be in ascending order.
i It is not ascending at locations: 3, 6.

