-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
For version 2.0.0 remotes::install_github I am running into the following error versus the devtools::install_github which has no such error.
remotes installing github package
> remotes::install_github('trinker/clustext')
Downloading GitHub repo trinker/clustext@master
Error: HTTP error 403.
API rate limit exceeded for 151.181.86.126. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Rate limit remaining: 0
Rate limit reset at: 2018-10-16 15:23:35 UTC
devtools installing github package: no problems
> devtools::install_github('trinker/clustext')
Downloading GitHub repo trinker/clustext@master
from URL https://api.github.com/repos/trinker/clustext/zipball/master
Installing clustext
Installing 1 package: dynamicTreeCut
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/dynamicTreeCut_1.63-1.zip'
Content type 'application/zip' length 91925 bytes (89 KB)
downloaded 89 KB
package ‘dynamicTreeCut’ succ....[truncated but everything enstalled correctly].............
```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels