Latter is deprecated. Finally figured out how to get them to be imported as tibbles:
usethis::use_tibble()
which does then Import the tibble package (as tibbles aren't handled by dplyr, unlike tbl_df). Took a while to figure out, and get the library() version of my package working properly.
Latter is deprecated. Finally figured out how to get them to be imported as tibbles:
which does then Import the tibble package (as tibbles aren't handled by dplyr, unlike tbl_df). Took a while to figure out, and get the library() version of my package working properly.