Closed nikosbosse closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.28%. Comparing base (
ce8720b
) to head (a0887ab
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR closes #661
For the upcoming scoringutils release, we dropped a few plotting functions that were hard to maintain and not very general. We decided moving that code to a dedicated Vignette. In a future issue, we should address more visualisations that could go into a separate Vignette.
The PR:
Visualisations.Rmd
to the files ignored by the lintr. This is because the file uses:::
which the lintr doesn't like and complains aboutggdist
as a suggest inDESCRIPTION
- This is because the Vignette requires it and CI checks on gh actions fail without itInstead of adding
ggdist
to suggests, we could also modify the code in the Vignette. But then it would be a slightly different function that behaves differently.Checklist
lintr::lint_package()
to check for style issues introduced by my changes.