Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to install 'BMix' from GitHub #6

Closed
firatuyulur opened this issue Mar 9, 2021 · 1 comment
Closed

Failed to install 'BMix' from GitHub #6

firatuyulur opened this issue Mar 9, 2021 · 1 comment

Comments

@firatuyulur
Copy link

Hi,

When I try to install the package using devtools::install_github("caravagnalab/CNAqc") I get an error

Downloading GitHub repo caravagn/BMix@HEAD
Error: Failed to install 'CNAqc' from GitHub:
  Failed to install 'BMix' from GitHub:
  Missing commas separating Remotes: 'caravagn/pio
    caravagn/easypar'
9: (function () 
   {
       traceback(2)
       if (!interactive()) {
           print("Encountered an error")
           quit(save = "default", status = 1, runLast = FALSE)
       }
   })()
8: stop(remote_install_error(remotes[[i]], e))
7: value[[3L]](cond)
6: tryCatchOne(expr, names, parentenv, handlers[[1L]])
5: tryCatchList(expr, classes, parentenv, handlers)
4: tryCatch(res[[i]] <- install_remote(remotes[[i]], ...), error = function(e) {
       stop(remote_install_error(remotes[[i]], e))
   })
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, 
       ...)
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)
1: devtools::install_github("caravagnalab/CNAqc")

Do you have any suggestions?

Thanks
Firat

@caravagn
Copy link
Collaborator

caravagn commented Mar 9, 2021

Thanks for the issue!

One of the last commits introduced a typo in BMix DESCRIPTION files, I lost a comma.

I fixed it now and so it should all install smoothly.

@caravagn caravagn closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants