- Bug Fixes
- Fixes bugs in the
plot_pizza
in the custom option of the comparison plot issue #123.
- Fixes bugs in the
- Bug Fixes
- Fixed
plot_pizza
bugs caused by FBRef updates issue #121- Changed stat selection to named stats instead of selecting row numbers, which change because of FBRef data changes.
- Added method to de-duplicate some stats that were returned for multiple positions, causing errors.
- Changed season default argument to "Last 365 Days Men's Big 5 Leagues, UCL, UEL" to match FBRef data for men's big 5 league players. (this makes the caption wider than before, so some have been split over two lines)
- Replaced long
|
-statements with%in%
. - Deleted some old unused code.
- Fixed
- Bug Fixes
- Fixed
plot_heatmap
verification assessment issue #101 - Fixed pkgdown build issues issue #104
- Fixed
plot_passnet
direction orientation issue #108 - Fixed
plot_heatmap
andplot_passflow
direction orientation +plot_pass
opta functionality was fixed.issue #111 - Added "Created using ggshakeR" to
plot_heatmap
,plot_passflow
, andplot_pass
issue #110 - Added "Created using ggshakeR" to the rest of the functions issue #110
- Converted
plot_pizza
to work with new FBRef data from Opta. issue #118
- Fixed
- Standardized function argument and object names
- Use snake_case:
binSize
tobin_size
,dataType
todata_type
, etc. - Data arguments all conform to
data
- Use US spelling:
color
rather thancolour
, etc. - Argument names made longer for clarity:
subt_size
tosubtitle_size
,roll_avg
torolling_average
, etc. - See issue #27
- Use snake_case:
- Created new functions
- Improved functions
- Improved test coverage
- See issue #44
- Other minor fixes
- Removed extraneous dependencies from package imports
- See issue #20
- Implemented Github Actions CI tools:
- codecov test coverage checks
- R Package Build checks
- lintr checks
- Build pkgdown website
- Added
plot_timeline()
function - Added vignettes:
Expected Treat
,Pitch Plots
,Pizza Plots
- Created pkgdown website
- Added
plot_sonar()
function - Updated tests
- Fixed
plot_pass()
,plot_passflow()
, andplot_heatmap()
functions to get plot positions on the proper side of the field - Package review (Ryo N.). See issue #9
- Various solutions to pass package checks. See issue #12
- Added a
NEWS.md
file to track changes to the package.