- Add
gradethis_equal()
method forggplot
objects (#37).
- Allow uses_mappings() to find mappings that appear in every layer of the plot (#35).
- Fixed a bug when
fail_if_not_ggplot()
attempted to access agradethis
.result
object (#33)
- 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).
- Improve handling of
...
inuses_labels()
(#26) - Unnamed arguments to
uses_labels()
check if label is set (#27) - Check for
aes
params inuses_geom_param()
(#28)
- Initial release of ggcheck