maksimhorowitz / nflscrapR

R Package for Scraping and Aggregating NFL Data
522 stars 139 forks source link

Unable to install nflscrapR #166

Open adityafuldeore opened 4 years ago

adityafuldeore commented 4 years ago

Hello, I am trying to download nflscrapR: install.packages(nflscrapR), but I get the error: Warning in install.packages : package ‘nflscrapR’ is not available (for R version 4.0.0), am I missing something to install here?

adityafuldeore commented 4 years ago

I also tried : devtools::install_github(repo = "maksimhorowitz/nflscrapR"), but R said : Error: Failed to install 'nflscrapR' from GitHub: (converted from warning) cannot remove prior installation of package ‘glue’

jfahne commented 3 years ago

I've been trying to install this package using devtools::install_github(repo = "maksimhorowitz/nflscrapR") with a similar error only the package that threw the error was rlang. I was able to resolve this by first checking if I had rlang. I did not. Installing it fixed my issue. I recommend you check if you have glue. If you do, run remove.packages("glue"), then run devtools::install_github(repo = "maksimhorowitz/nflscrapR"). If you get the same or a similar error, try reinstalling glue. Seems to be a bit of a have you tried turning it on and off again problem.

sventura commented 3 years ago

https://github.com/mrcaseb/nflfastR

fredwchang commented 3 years ago

I tried installing this package and I got this error:

Any ideas how to resolve? (I also tried directly installing which didnt do anything).

sventura commented 3 years ago

https://github.com/mrcaseb/nflfastR