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

rnaseq role fails to install bioconductor packages #81

Open
johnbradley opened this issue Feb 21, 2020 · 0 comments
Open

rnaseq role fails to install bioconductor packages #81

johnbradley opened this issue Feb 21, 2020 · 0 comments

Comments

@johnbradley
Copy link
Contributor

The error is as follows:

   googlecompute: TASK [rnaseq : Install bioconductor packages for R] ****************************
    googlecompute: fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["/usr/bin/Rscript", "-e", "install.packages('BiocManager', repos = 'http://cran.us.r-project.org'); 
BiocManager::install('DESeq2');"], "delta": "0:00:02.859477", "end": "2020-02-21 
15:58:03.128996", "msg": "non-zero return code", "rc": 1, "start": "2020-02-21 15:58:00.269519", "stderr": "Installing package into ‘/usr/lib64/R/library’
(as ‘lib’ is unspecified)
Warning: unable to access index for repository http://cran.us.r-project.org/src/contrib:
  cannot open URL 
'http://cran.us.r-project.org/src/contrib/PACKAGES'
Warning message:
package ‘BiocManager’ is not available (for R version 3.6.0) 
Error in loadNamespace(name) : there is no package called ‘BiocManager’
Calls: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted", "stderr_lines": ["Installing package into ‘/usr/lib64/R/library’", "(as ‘lib’ is unspecified)", "Warning: unable to access index for repository http://cran.us.r-project.org/src/contrib:", "  cannot open URL 'http://cran.us.r-project.org/src/contrib/PACKAGES'", "Warning message:", "package ‘BiocManager’ is not available (for R version 3.6.0) ", "Error in loadNamespace(name) : there is no package called ‘BiocManager’", "Calls: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart", "Execution halted"], "stdout": "", "stdout_lines": []}

Currently the http://cran.us.r-project.org URL redirects to http://cran.revolutionanalytics.com/ and fails to connect to that server.

Relevant code:

command: /usr/bin/Rscript -e "install.packages('BiocManager', repos = 'http://cran.us.r-project.org'); BiocManager::install('DESeq2');"

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

1 participant