Torvaney / ggsoccer

Plot soccer event data in R/ggplot2
https://torvaney.github.io/ggsoccer/
Other
180 stars 27 forks source link

rescale_coordinates function not found #16

Closed FranGoitia closed 4 years ago

FranGoitia commented 4 years ago

I think there is an issue with the rescale_coordinates function as it is not currently found when you try to use it after loading the package the standard way of library(ggsoccer)

FranGoitia commented 4 years ago

The issue is only affecting the package in CRAN

Torvaney commented 4 years ago

Hey! Yes, I believe the rescale_coordinates function was not included in the CRAN release (the github version is ahead of the CRAN version), so you must install from github to use this function (or wait for another CRAN release - although I wouldn't recommend that :) )