When I run the `check_strat` example provided in the documentation `?check_strat`, I get an error: ``` > neus.check <- check_strat(neus[,c("year"):=list(as.integer(year))], "neus") Error in is.finite(y) : default method not implemented for type 'list' ``` Thanks for looking into this!