jimmyday12 / fitzRoy

A set of functions to easily access AFL data
https://jimmyday12.github.io/fitzRoy
Other
126 stars 27 forks source link

Some functions are broken after renaming data repository default branch to `main` from `master` #142

Closed jimmyday12 closed 2 years ago

jimmyday12 commented 3 years ago

Since some functions rely on that repository to download data, users who have older versions of the package (including the existing CRAN version) are getting 404 errors when they try to download data.

The current workaround is to install the development version of the package. This references the correct branch in the data repo.

devtools::install_github("jimmyday12/fitzRoy")

I will need to submit this version to CRAN and get people to update.