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
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").
packrat::init(); install.packages("remotes")
The text was updated successfully, but these errors were encountered:
05091df
That did it. Working great now. Thanks again @jimhester 👍
Sorry, something went wrong.
No branches or pull requests
The following fails in a fresh environment:
with
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")
.The text was updated successfully, but these errors were encountered: