jthomasmock / espnscrapeR

Scrapes Or Collects NFL Data From ESPN
https://jthomasmock.github.io/espnscrapeR/
Other
51 stars 10 forks source link

Two stray commas causing get_nfl_schedule to fail #6

Closed bmacGTPM closed 3 years ago

bmacGTPM commented 3 years ago

These lines have commas at the end with nothing after them, and it was causing an error in get_nfl_schedule: https://github.com/jthomasmock/espnscrapeR/blob/025a7439c29d6c4074e547497b619e4acd02df24/R/get_nfl_schedule.R#L72 https://github.com/jthomasmock/espnscrapeR/blob/025a7439c29d6c4074e547497b619e4acd02df24/R/get_nfl_schedule.R#L105

I updated purrr, dplyr, and tidyr and it now works, but thought I'd mention it anyway, in case others don't realize a package update will take care of it.

jthomasmock commented 3 years ago

Thanks @bmacGTPM - I've pushed an update to remove those commas. Thanks for letting me know!