grimbough / FITfileR

R package for reading data from FIT files using only native R code, rather than relying on external libraries.
https://msmith.de/FITfileR
50 stars 13 forks source link

Cannot install from GitHub #29

Open choisy opened 1 year ago

choisy commented 1 year ago

When typing the command

remotes::install_github("grimbough/FITfileR")

I get the following error message:

Using github PAT from envvar GITHUB_PAT
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 401.
  Bad credentials

  Rate limit remaining: 59/60
  Rate limit reset at: 2023-09-12 06:08:25 UTC
krystof236 commented 11 months ago

As proposed here https://stackoverflow.com/questions/70908295/failed-to-install-unknown-package-from-github on Stack Overflow, running Sys.unsetenv("GITHUB_PAT") and then remotes::install_github("grimbough/FITfileR") should sort your problem - it worked for me.

dblodgett-cycling commented 10 months ago

I don't think this is an issue with FITfileR. Could probably close.