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

[community:r] Error when travis install BiocManager for Linux / R - release #10321

Closed
jalazawa opened this issue Nov 6, 2018 · 1 comment
Closed

Comments

@jalazawa
Copy link

jalazawa commented Nov 6, 2018

I get this error on Travis.

Installing Bioconductor
3.55s$ Rscript -e 'if (!requireNamespace(\"BiocManager\", quietly=TRUE))  install.packages("BiocManager");if (TRUE) BiocManager::install(version = "devel");cat(append = TRUE, file = "~/.Rprofile.site", "options(repos = BiocManager::repositories());")'
Error: unexpected input in "if (!requireNamespace(\"
Execution halted
The command "eval Rscript -e 'if (!requireNamespace(\"BiocManager\", quietly=TRUE))  install.packages("BiocManager");if (TRUE) BiocManager::install(version = "devel");cat(append = TRUE, file = "~/.Rprofile.site", "options(repos = BiocManager::repositories());")' " failed. Retrying, 2 of 3.
Error: unexpected input in "if (!requireNamespace(\"
Execution halted

The Travis log job is here.

My Travis file :

language: R
sudo: true
cache: packages

bioc_required: true
bioc_use_devel: true

os:
 - linux

r:
 - bioc-devel
 - bioc-release

r_packages:
  - covr
  - devtools

bioc_packages:
  - rhdf5
  - zlibbioc

after_success:
  - Rscript -e 'library(covr); codecov()'

env:
  global:
  - _R_CHECK_FORCE_SUGGESTS_=FALSE

/cc @jimhester and @jeroen

@close-issue-app
Copy link

We're moving our community interactions away from GitHub issues. Please direct any new posts to the Travis CI Community Forum. We'll be glad to take a look there. This issue will be automatically closed. Thanks!

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