Releases: rstudio/ggcheck
Releases · rstudio/ggcheck
Version 0.0.5
- Add
gradethis_equal()method forggplotobjects (#37).
v0.0.4
ggcheck 0.0.3 (2022-02-24)
- Fixed a bug when
fail_if_not_ggplot()attempted to access agradethis.resultobject (#33)
v0.0.2
ggcheck 0.0.2 (2021-12-22)
New Features
- New functions for checking plot labels (#22)
get_labels()lists (a subset of) the labels of a plotuses_labels()checks if labels match their expected values
- Added
fail_if_not_ggplot()for use in grading code to check that the submitted result is a ggplot, powered by the lower-level testing functionis_ggplot()(#29).