JaseZiv / worldfootballR

A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat
https://jaseziv.github.io/worldfootballR/
433 stars 59 forks source link

how I downgrade version 0.6.4.0 to other version #312

Closed Gyracat closed 10 months ago

tonyelhabr commented 10 months ago

Assuming this is because you want to get the version of the package before the fotmob functions were removed, you'd need to go and find the last commit prior to the removal, which is 60a9fc82c342725f3f4ce5968e40a02e76977436 (click the "Copy" button on the commit).

commits

Then,

remotes::install_github("JaseZiv/worldfootballR@60a9fc82c342725f3f4ce5968e40a02e76977436")
Gyracat commented 10 months ago

Thank you