I'm trying to install a public GitHub repository using the following command: devtools::install_github("OI-Biostat/oi_biostat_data")
I'm getting the following error code:
Error: Failed to install 'unknown package' from GitHub:
Timeout was reached: [api.github.com] Operation timed out after 10009 milliseconds with 0 out of 0 bytes received
I think it's a security issue but I've tried turning off my firewall and VPN with no success. I've also tried well known public repositories such as twitter/AnamolyDetection but received the same error code. Does anyone have any ideas?