In #173 Adam S addresses some trouble that can be traced to his use of tibbles. The immediate problem's been solved, but let's consider whether we want to check any data frames the user provided us for tibble-ness, and if so strip off the tibble class (so that our code doesn't get confused).
In #173 Adam S addresses some trouble that can be traced to his use of tibbles. The immediate problem's been solved, but let's consider whether we want to check any data frames the user provided us for tibble-ness, and if so strip off the tibble class (so that our code doesn't get confused).