v0.2.0
What's Changed
- Support empty plots (
type = "n"
) by @grantmcdermott in #157 - Support
type = "boxplot"
by @grantmcdermott in #154 - Support type = "polypath" by @grantmcdermott in #159
- Support type = "rect" by @grantmcdermott in #161
- Support type = "segments" by @grantmcdermott in #163
- Fix some lints by @etiennebacher in #165
- Add
empty = <logical>
argument by @grantmcdermott in #167 - Support type = "histogram" (alias "hist") by @grantmcdermott in #164
- type = "jitter" by @grantmcdermott in #170
- refactor: setup_device() by @vincentarelbundock in #171
- boxplot adjustment override when x == by by @grantmcdermott in #176
- Refactor: Assertions + Modularize by @vincentarelbundock in #173
- type = NULL by @grantmcdermott in #179
Full Changelog: v0.1.0...v0.2.0