• Pass print(dups, …) dots to print(tibble, …) so that the number of output lines can be specified in the output (thanks @mikemahoney218)
  • Update the CI workflows for pkgdown, test-coverage and R CMD check
  • use lintr >= 3, and update .lintr config file
  • Fixed linting across package
  • Fixed tidyselect warnings
  • lint the package in CI
  • Convert default git branch to ‘main’ (#84, @russHyde)

Breaking changes

Minor changes and bug-fixes

  • lintr dependence pinned to lintr=2.0.0 so that non-R-codeblocks and empty R markdown files can be dealt with cleanly

  • Tests that depend on stringdist::seq_sim were rewritten to ensure they consistently pass

  • Dependency on deprecated dplyr verbs removed

  • Code to prevent double-reporting of code-block pairs was initiated by @Alanocallaghan

  • Added a NEWS.md file to track changes to the package.