Public-Health-Scotland / phsmethods

An R package to standardise methods used in Public Health Scotland (https://public-health-scotland.github.io/phsmethods/)
https://public-health-scotland.github.io/phsmethods/
54 stars 13 forks source link

Upgrade to use testthat third-edition #56

Closed Moohan closed 3 years ago

Moohan commented 3 years ago

testthat third-edition

No user-facing changes.

Minor changes to code right now so a good time to update. It brings the benefit of nicer test reporting (with waldo) and some other features which could be used in the future, such as snapshotting.

Use of context() was removed as this is now depreciated.

Moohan commented 3 years ago

Happy with this, although can you resolve the merge conflict? Once that's done I will merge. :)

That should be it now 😄