FITfileR
FITfileR copied to clipboard
Cannot install from GitHub
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
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.
I don't think this is an issue with FITfileR. Could probably close.