We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I try to install the package using devtools::install_github("caravagnalab/CNAqc") I get an error
devtools::install_github("caravagnalab/CNAqc")
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
The text was updated successfully, but these errors were encountered:
Thanks for the issue!
One of the last commits introduced a typo in BMix DESCRIPTION files, I lost a comma.
BMix
I fixed it now and so it should all install smoothly.
Sorry, something went wrong.
No branches or pull requests
Hi,
When I try to install the package using
devtools::install_github("caravagnalab/CNAqc")
I get an errorDo you have any suggestions?
Thanks
Firat
The text was updated successfully, but these errors were encountered: