> check_index_cannot_be_na(c(NA, 1, NA), ".i")
Error: `.i` cannot be `NA`.
i It is `NA` at locations: 1, 3.

