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
Set options(repos) rather than passing repos to BiocManager::install():
options(repos)
repos
BiocManager::install()
ID: install_bioc_rhdf5 Function: cmd.run Name: Rscript -e "library(BiocManager); BiocManager::install('rhdf5', repos=c('http://lib.stat.cmu.edu/R/CRAN/', 'https://bioconductor.org/3.19/packages/bioc/', 'htt ps://bioconductor.org/3.19/packages/data/experiment', 'https://bioconductor.org/3.19/packages/data/annotation'))" Result: False Comment: Command "Rscript -e "library(BiocManager); BiocManager::install('rhdf5', repos=c('http://lib.stat.cmu.edu/R/CRAN/', 'https://bioconductor.org/3.19/packages/bio c/', 'https://bioconductor.org/3.19/packages/data/experiment', 'https://bioconductor.org/3.19/packages/data/annotation'))"" run Started: 13:15:08.330617 Duration: 564.49 ms Changes: ---------- pid: 43215 retcode: 1 stderr: Error: 'repos' argument to 'install()' not allowed Execution halted stdout:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Set
options(repos)
rather than passingrepos
toBiocManager::install()
:The text was updated successfully, but these errors were encountered: