PMBio/MuDataSeurat

Remote install fails

fhausmann opened this issue · 0 comments

Remote install fails with

Error: Failed to install 'MuDataSeurat' from GitHub:
  Unknown remote type: SeuratData=github
  object 'seuratdata=github_remote' of mode 'function' was not found
Traceback:

1. remotes::install_github("PMBio/MuDataSeurat")
2. 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, 
 .     ...)
3. tryCatch(res[[i]] <- install_remote(remotes[[i]], ...), error = function(e) {
 .     stop(remote_install_error(remotes[[i]], e))
 . })
4. tryCatchList(expr, classes, parentenv, handlers)
5. tryCatchOne(expr, names, parentenv, handlers[[1L]])
6. value[[3L]](cond)

R version 4.1.1 (2021-08-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.2 LTS
other attached packages:
[1] remotes_2.4.1

This was fixed by changing

Remotes: SeuratData=github::satijalab/seurat-data
to Remotes: github::satijalab/seurat-data