- Add
pitch_impect
: IMPECT pitch dimensions. - Fixed precision bug in arc drawing, which could cause the pitch to fail to render.
- Amended penalty arc to use the correct curvature, making them more visible on Wyscout and StatsPerform pitches.
- Add support for custom goals markings.
- Add
pitch_statsperform
alias for Opta data.
- Add support for Tracab pitch dimensions (
pitch_tracab
andmake_pitch_tracab
). - Make direction arrow an annotation.
- This ensures it will display properly for a ggplot without any data.
- Make line widths consistent across all pitch elements.
- Convert coordinates between different pitch specifications.
- Add UEFA-standard pitch dimensions (
pitch_international
).
- Released to CRAN!
- Link penalty box arc to pitch specification.
- Fixes a previous issue in which the edge of a circle could be seen poking out from behind the pitch (#8).
- Generate pitch markings from a generic specification.
- This makes ggsoccer compatible with any data provider.
- Show pitch with
scale_*_reverse
.- Centre-circle and penalty box arcs still do not properly render when
scale_*_reverse
is used. - It appears this is an issue with ggplot2 (#3120).
- Centre-circle and penalty box arcs still do not properly render when
- Display the whole pitch by default.
- Basic pitch map functions
- Added a
NEWS.md
file to track changes to the package.