gongx030 / ensemblemerge

0 stars 0 forks source link

Installing github on Colab #28

Closed dsouz072 closed 2 years ago

dsouz072 commented 2 years ago

@gongx030

I am getting an error while installing Ensemblemerge while using my personal authorization token


**Downloading GitHub repo gongx030/ensemblemerge@HEAD

Error: Failed to install 'ensemblemerge' from GitHub:
  HTTP error 404.
  Not Found

  Did you spell the repo owner (`yulijia`) and repo name (`SIMLR`) correctly?
  - If spelling is correct, check that you have the required permissions to access the repo.**
Traceback:

1. devtools::install_github("gongx030/ensemblemerge", auth_token = "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")

2. pkgbuild::with_build_tools({
 .     ellipsis::check_dots_used(action = getOption("devtools.ellipsis_action", 
 .         rlang::warn))
 .     {
 .         remotes <- lapply(repo, github_remote, ref = ref, subdir = subdir, 
 .             auth_token = auth_token, host = host)
 .         install_remotes(remotes, auth_token = auth_token, host = host, 
 .             dependencies = dependencies, upgrade = upgrade, force = force, 
 .             quiet = quiet, build = build, build_opts = build_opts, 
 .             build_manual = build_manual, build_vignettes = build_vignettes, 
 .             repos = repos, type = type, ...)
 .     }
 . }, required = FALSE)

3. install_remotes(remotes, auth_token = auth_token, host = host, 
 .     dependencies = dependencies, upgrade = upgrade, force = force, 
 .     quiet = quiet, build = build, build_opts = build_opts, build_manual = build_manual, 
 .     build_vignettes = build_vignettes, repos = repos, type = type, 
 .     ...)

4. tryCatch(res[[i]] <- install_remote(remotes[[i]], ...), error = function(e) {
 .     stop(remote_install_error(remotes[[i]], e))
 . })

5. tryCatchList(expr, classes, parentenv, handlers)

6. tryCatchOne(expr, names, parentenv, handlers[[1L]])

7. value[[3L]](cond)
gongx030 commented 2 years ago

@dsouz072 Please use latest tag: v2.1.12

dsouz072 commented 2 years ago

Resolved by regenerating the token

dsouz072 commented 2 years ago

Sure, will install the latest tag

dsouz072 commented 2 years ago

Successfully installed ensemblemerge on colab