TidierPlots v0.8.0
Merged pull requests:
- used - instead of , to remove compat curse (#113) (@drizk1)
- You wouldnt pirate a type (#118) (@rdboyes)
- You wouldnt pirate a type (#119) (@rdboyes)
- fixes for geom_text and geom_smooth (#120) (@rdboyes)
- fixes colors for density (#121) (@rdboyes)
- compat fixes (#122) (@rdboyes)
Closed issues:
- @aes macro update to support calculated aesthetics (#71)
- 0.8.0 Release Checklist (#73)
- Refactor: Reduce internal use of String types in favor of Symbols (#97)
- If two transforms are applied to one column, the results can be unexpected (#100)
- Use of
aes(color=category)
ingeom_density
orgeom_hist
(#102) - Quarantine some of the more controversial features (#108)
- TidierPlots cannot handle DateTime axis and throws error on
isless
comparison (#111) - Issue with facet_wrap() Functionfacet_wrap(variable) (#115)
- aes(color=category) doesn't work with geom_line (#116)
- Cannot plot
CategoricalValue
Variables (#117)