• proportion functions moved to epitabulate package
  • improved behaviour of find_date_cause(), find_end_date(), find_start_date() on filling dates outside the period and appropriately warning
  • allowed for a floor argument in age_categories() to label the lowest group of “<1” rather than “0-0”
  • improved documentation and reduced dependencies
  • internal documentation fix. No user-visible changes.
  • removed tidyr::unite() in favour of paste-ing two columns together
  • added separator argument to _ci() functions which now defaults to - (@aspina7, #31)
  • unecessary bump because {pkgdown}

(non-cran release)

  • require version of {dplyr} to be >= 1.0.2
  • require version of {tibble} to be >= 3.0.0
  • update documentation
  • fix issues stemming from {tibble} > 3.0.0
  • Internal update for compatibility for tibble 1.0.0 (@krlmlr, #19)
  • Update tests for compatibility with dplyr 1.0.0 (@zkamvar, #20)