combiz/scFlow

HTTP error 401 when installing scFlow using install_github with token

MahdiMoradiMarjaneh opened this issue · 1 comments

when running devtools::install_github("combiz/scFlow", auth_token = "...") got this error:

Error: Failed to install 'scFlow' from GitHub:
  HTTP error 401.
  Bad credentials

fixed by adding the personal access token to the Renviron file: GITHUB_PAT="TOKEN"