Closed krlmlr closed 1 month ago
@rubenarslan: It seems that the error is in the last chunk in _codebook_item.Rmd
. You can no longer rely on tibble::enframe()
to produce an error if the input is a data frame. A simple fix consists of explicitly checking if the input is already a data frame.
Thanks for already looking into this! This version is released on CRAN already? I'm about to go on holiday, can't manage a fix before then, so I guess there'll be some breakage for a while.
I'm not even sure enframe()
should be supported for data frames. Let's tackle this when you're back, enjoy vacation!
Can you please install https://github.com/tidyverse/tibble/pull/915 and let me know if codebook still fails its checks, and if so if is a tibble or a codebook problem?
Seems to be fixed.
When trying to release tibble to CRAN, I received the following change to worse with the codebook package that could be related to one of the changes (now using
pillar::dim_desc()
instead of home-grown version). Could you please take a look? Is this a problem on tibble's end?