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

r-bioc-* is not picked up by 'r_binary_packages' entry #148

Open
mikejiang opened this issue Mar 6, 2015 · 1 comment
Open

r-bioc-* is not picked up by 'r_binary_packages' entry #148

mikejiang opened this issue Mar 6, 2015 · 1 comment

Comments

@mikejiang
Copy link

I am new to r-travis, so maybe this has been asked before or should be reported to ppa:marutter/c2d4u instead.

r_binary_packages:
  - graph
  - RBGL
  - zlibbioc
  - Rgraphviz 

These four binary package dependency would lead to the error

E: Unable to locate package r-cran-graph` .

Is there any alternative fix (e.g. add extra level of entry cran/bioc within r_binary_packages ) other than manually doing this

before_install:
  - sudo apt-get install -y r-bioc-rgraphviz r-bioc-rbgl r-bioc-zlibbioc r-bioc-graph
@mikejiang mikejiang changed the title r-bioc-* is not picked up by r_binary_packages entry r-bioc-* is not picked up by r_binary_packages entry Mar 6, 2015
@mikejiang mikejiang changed the title r-bioc-* is not picked up by r_binary_packages entry r-bioc-* is not picked up by 'r_binary_packages' entry Mar 6, 2015
@siddharthab
Copy link
Contributor

If you are not too keen on using binary packages from Linux repos, you can switch your travis "language" (specified at the top of your .travis.yml file) to objective-c instead of c to use a Mac VM which will use binary packages by default and save you time. The r_binary_packages operation is meant only for CRAN packages and prepends 'r-cran-' to its arguments.

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

2 participants