Skip to content

install_github: API rate limit exceeded #210

@trinker

Description

@trinker

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].............
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions