-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with devtools and genomicsclass/GSE5859Subset #96
Comments
try cloning the repo and installing the package as a source package. you To increase your GitHub API rate limit Use usethis::browse_github_pat() to create a Personal Access Token. |
Hello, library(devtools)
|
I have resolved the first step. Now the only problem is
|
If you cloned the repo you have to have your R session setwd() to the folder where the clone was deposited. Then do install.packages("GSE5859Subset", repos=NULL, type="source"). github and devtools are out of the picture once you have succeeded in cloning. If you did not clone the repo but obtained a personal access token you will have to supply that token in your install_github call |
Hello,
I am stuck for the past two days. I need to use genomicsclass/GSE5859Subset and
for that I have installed "devtools". I have also installed Rtools (Rtools34) from CRAN. I am running version 3.6.0 of RStudio.
I get these warning and error messages. I cannot use the GSE5859Subset dataset. Any help would be greatly appreciated.
Rate limit remaining: 0/60
Rate limit reset at: 2020-05-26 15:42:00 UTC
To increase your GitHub API rate limit
usethis::browse_github_pat()
to create a Personal Access Token.usethis::edit_r_environ()
and add the token asGITHUB_PAT
.The text was updated successfully, but these errors were encountered: