Closed tomjemmett closed 1 year ago
@marcosfabietti would be good to get a check from you that the plotly implementation is still working! :-)
I've also pushed some changes to the actions as they are out of date
tested:
everything looks good!
I've just noticed there is a bug with icons and facetted plots - all of the icons get inserted in the top right of the plot, not the facet.
Thinking quickly about facets and icons, I can't really see a way that this could ever look sensible (the size of the icons would quickly start dominating the entire plot area). So, I suggest if the plots are facetted then we set icon position to "none" and give a warning if it wasn't already "none"
tested it and you are right! removing it is the way to go
finishes off the plotly implementation by adding in unit tests and sorting out check issues
resolves #126
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 guidelines