I have been trying to fix this error since two days. I have R Studio version 3.6.0 and I have downloaded Rtools34 in order to install devtools. I need this for
install_github("genomicsclass/GSE5859Subset") for a homework
So while the install.packages ("devtools") work, I get all these warning and error messages and I cannot proceed
> library(devtools)
Loading required package: usethis
Warning messages:
1: package ‘devtools’ was built under R version 3.6.3
2: package ‘usethis’ was built under R version 3.6.3
> install_github("genomicsclass/GSE5859Subset")
Error: Failed to install 'unknown package' from GitHub:
HTTP error 403.
API rate limit exceeded for 157.32.239.55. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Rate limit remaining: 0/60
Rate limit reset at: 2020-05-26 15:42:00 UTC
To increase your GitHub API rate limit
- Use `usethis::browse_github_pat()` to create a Personal Access Token.
- Use `usethis::edit_r_environ()` and add the token as `GITHUB_PAT`.
> library(GSE5859Subset)
Error in library(GSE5859Subset) :
there is no package called ‘GSE5859Subset’
Any help would be greatly appreciated. Thank you.