maksimhorowitz / nflscrapR

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

Package Installation Error #121

Open wweiler1 opened 5 years ago

wweiler1 commented 5 years ago

Hello, I am getting the below error when running the following command:

devtools::install_github(repo = "maksimhorowitz/nflscrapR")

Fairly new to R, but it seems like nflscrapR doesn't work with R version 3.5.1?

Warning in install.packages : package ‘nflscrapR’ is not available (for R version 3.5.1) Warning in install.packages : unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.5: cannot open URL 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.5/PACKAGES'

strikeash178 commented 4 years ago

Hello,

I am having the same issue in RStudio for me as well. Did you ever find a solution?

wweiler1 commented 4 years ago

I did not.

wweiler1 commented 4 years ago

Ok, I ran this line of code before running the DevTools piece, and i was able to install nflscrapR

options(repos = getOption("repos")["CRAN"])