Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 5.24 KB

NEWS.md

File metadata and controls

76 lines (61 loc) · 5.24 KB

ggshakeR 0.2.0.9002

  • Bug Fixes
    • Fixes bugs in the plot_pizza in the custom option of the comparison plot issue #123.

ggshakeR 0.2.0.9001

  • 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.

ggshakeR 0.2.0.9000

  • 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 and plot_passflowdirection orientation + plot_passopta functionality was fixed.issue #111
    • Added "Created using ggshakeR" to plot_heatmap, plot_passflow, and plot_passissue #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

ggshakeR 0.2.0

ggshakeR 0.1.2

  • Removed extraneous dependencies from package imports

ggshakeR 0.1.1

  • Implemented Github Actions CI tools:
    • codecov test coverage checks
    • R Package Build checks
    • lintr checks
    • Build pkgdown website

ggshakeR 0.1.0

  • 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(), and plot_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

ggshakeR 0.0.0.9000

  • Added a NEWS.md file to track changes to the package.