-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit --> | ||
|
||
# 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 plot | ||
- `uses_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 function `is_ggplot()` (#29). | ||
|
||
## Improvements and Updates | ||
|
||
- Improve handling of `...` in `uses_labels()` (#26) | ||
- Unnamed arguments to `uses_labels()` check if label is set (#27) | ||
- Check for `aes` params in `uses_geom_param()` (#28) | ||
|
||
# ggcheck 0.0.1 (2021-10-22) | ||
|
||
- Initial release of ggcheck |