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

install_bioc installing older dependencies #239

Closed
ankane opened this issue Nov 5, 2018 · 1 comment
Closed

install_bioc installing older dependencies #239

ankane opened this issue Nov 5, 2018 · 1 comment

Comments

@ankane
Copy link
Contributor

ankane commented Nov 5, 2018

The following fails in a fresh environment:

remotes::install_bioc("Biostrings")

with

Error: package ‘XVector’ 0.20.0 was found, but >= 0.21.4 is required by ‘Biostrings’

Remotes is installing XVector 0.20.0 instead of the latest (0.22.0).

Remotes: 2.0.2
Platform: Mac

For a fresh environment, I'm using packrat::init(); install.packages("remotes").

@ankane
Copy link
Contributor Author

ankane commented Nov 5, 2018

That did it. Working great now. Thanks again @jimhester 👍

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