Error: Failed to install 'unknown package' from GitHub:

Viewed 27

I am trying to install shinytableau, but keep failing. How to get around this error? many thanks in advance.

remotes::install_github("rstudio/shinytableau")
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 403.
  API rate limit exceeded for .... (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: 2022-09-10 18:08:49 UTC

  To increase your GitHub API rate limit
  - Use `usethis::create_github_token()` to create a Personal Access Token.
  - Use `usethis::edit_r_environ()` and add the token as `GITHUB_PAT`.
0 Answers
Related