Skip to content

tibbletime 0.1.7

Compare
Choose a tag to compare
@DavisVaughan DavisVaughan released this 31 Oct 12:57
ae09a4f
  • Fixed usage of | rather than || in the C++ code to satisfy a CRAN warning.

  • Fixed a tidyselection warning emitted by the tbl_time method for unnest()
    (#100).

  • Removed usage of deprecated tibble::trunc_mat() in favor of
    pillar::tbl_sum().