Closed tomjemmett closed 1 year ago
some slight fixes to tests after #188
fixes tests
bumps line width back to 120 (probably @tomjemmett fault in merging conflicts)
[x] added unit tests and checked code coverage with covr::report() (should aim for 100%)
covr::report()
[x] ran devtools::document()
devtools::document()
[x] ran lintr::lint_package() and resolved all lint warnings and notes
lintr::lint_package()
[x] ran styler::style_pkg() to make sure code matches the style guidelines
styler::style_pkg()
[x] ran R-CMD CHECK and resolved all issues
some slight fixes to tests after #188
fixes tests
bumps line width back to 120 (probably @tomjemmett fault in merging conflicts)
[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