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
Still get this errors from travis run:
travis
Setting up r-cran-git2r (0.15.0-1cran1ppa0precise0) ... Setting up r-cran-withr (1.0.1-1cran1ppa0precise0) ... Setting up r-cran-devtools (1.11.1-1cran1ppa0precise0) ... 0.46s$ Rscript -e 'deps <- devtools::dev_package_deps(dependencies = TRUE);devtools::install_deps(dependencies = TRUE);if (!all(deps$package %in% installed.packages())) { message("missing: ", paste(setdiff(deps$package, installed.packages()), collapse=", ")); q(status = 1, save = "no")}' Error: Unknown remote type: bioc Execution halted The command "Rscript -e 'deps <- devtools::dev_package_deps(dependencies = TRUE);devtools::install_deps(dependencies = TRUE);if (!all(deps$package %in% installed.packages())) { message("missing: ", paste(setdiff(deps$package, installed.packages()), collapse=", ")); q(status = 1, save = "no")}'" failed and exited with 1 during . Your build has been stopped.
Maybe it relates to the version of devtools
devtools
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Still get this errors from
travis
run:Setting up r-cran-git2r (0.15.0-1cran1ppa0precise0) ...
Setting up r-cran-withr (1.0.1-1cran1ppa0precise0) ...
Setting up r-cran-devtools (1.11.1-1cran1ppa0precise0) ...
0.46s$ Rscript -e 'deps <- devtools::dev_package_deps(dependencies = TRUE);devtools::install_deps(dependencies = TRUE);if (!all(deps$package %in% installed.packages())) { message("missing: ", paste(setdiff(deps$package, installed.packages()), collapse=", ")); q(status = 1, save = "no")}'
Error: Unknown remote type: bioc
Execution halted
The command "Rscript -e 'deps <- devtools::dev_package_deps(dependencies = TRUE);devtools::install_deps(dependencies = TRUE);if (!all(deps$package %in% installed.packages())) { message("missing: ", paste(setdiff(deps$package, installed.packages()), collapse=", ")); q(status = 1, save = "no")}'" failed and exited with 1 during .
Your build has been stopped.
Maybe it relates to the version of
devtools
The text was updated successfully, but these errors were encountered: