I keep getting the same issue for this command
devtools::install_github("DanHanh/scLinear")
I also used the
devtools::install_github("DanHanh/scLinear", auth_token = "github_patXXXXXXX") to try to install but I got
Downloading GitHub repo DanHanh/scLinear@HEAD
Error: Failed to install 'scLinear' from GitHub:
HTTP error 401.
Bad credentials
I keep getting the same issue for this command devtools::install_github("DanHanh/scLinear") I also used the devtools::install_github("DanHanh/scLinear", auth_token = "github_patXXXXXXX") to try to install but I got Downloading GitHub repo DanHanh/scLinear@HEAD Error: Failed to install 'scLinear' from GitHub: HTTP error 401. Bad credentials
Rate limit remaining: 46/60 Rate limit reset at: 2024-06-12 22:11:57 UTC
how can I resolve this ? thank you so much and appreciate that