[x] added unit tests and checked code coverage with covr::report() (should aim for 100%)
[x] ran devtools::document()
[x] ran lintr::lint_package() and resolved all lint warnings and notes
[x] ran styler::style_pkg() to make sure code matches the style guidelines
[x] ran R-CMD CHECK and resolved all issues
fixes #143
This touches some of @tomjemmett's magic code, which took some thinking about.
It also updates 4 snaps (which are not in this PR), but that could be because I've updated my version of Roxygen to 7.2.0
covr::report()
(should aim for 100%)devtools::document()
lintr::lint_package()
and resolved all lint warnings and notesstyler::style_pkg()
to make sure code matches the style guidelinesfixes #143
This touches some of @tomjemmett's magic code, which took some thinking about.
It also updates 4 snaps (which are not in this PR), but that could be because I've updated my version of Roxygen to 7.2.0
Before PR:
After PR: