Open grantmcdermott opened 3 months ago
Hmmm. Workflows are failing due missing ggplot2 installation. But the log file shows that it has been installed. https://github.com/grantmcdermott/parttree/actions/runs/10102909981/job/27939351692?pr=18#step:5:4882
?
Closes #14. Closes #16. Addresses #9 (even if it doesn't provide a formal fix).
This PR introduces a formal
"parttree"
class and provides a nativeplot.parttree
method using base R graphics (powered by tinyplot). The ggplot2 scaffolding is still supported viageom_parttree()
.Example from the new README:
Created on 2024-07-25 with reprex v2.1.0
It includes several smaller changes at the same time, e.g.
flipaxes
is renamed toflip
.