nflverse / nflfastR

A Set of Functions to Efficiently Scrape NFL Play by Play Data
https://www.nflfastr.com/
Other
414 stars 50 forks source link

Drop several dependencies #453

Closed mrcaseb closed 8 months ago

mrcaseb commented 8 months ago

qs was listed in suggests although we didn't use it anymore. This PR removes the dep.

mrcaseb commented 8 months ago

I think we can also drop the httr suggestion. Not sure why it is in there. Do you remember @guga31bb?

github-actions[bot] commented 8 months ago

🚀 Deployed on https://65a15ee3f781ff05fc282f47--thirsty-brown-d38ddf.netlify.app

guga31bb commented 8 months ago

I think we can also drop the httr suggestion. Not sure why it is in there. Do you remember @guga31bb?

It was probably copied from nflscrapR before we knew what we were doing

mrcaseb commented 8 months ago

OK, this should be fine. Removed several suggests to make CI installation lighter. Also tweaked pkgdown a bit as there were some coloring issues