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

Getting dplyr error with OmnipathR install #6893

Closed
rstorch01 opened this issue Jul 24, 2023 · 1 comment
Closed

Getting dplyr error with OmnipathR install #6893

rstorch01 opened this issue Jul 24, 2023 · 1 comment

Comments

@rstorch01
Copy link

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/ or https://community.rstudio.com/.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.


Brief description of the problem
remotes::install_github("saezlab/liana")

  • installing source package ‘OmnipathR’ ...
    ** using staged installation
    ** R
    ** inst
    ** byte-compile and prepare package for lazy loading
    Error: object ‘join_by’ is not exported by 'namespace:dplyr'
    Execution halted
# insert reprex here
@DavisVaughan
Copy link
Member

It looks like you need to install the latest version of dplyr with install.packages("dplyr") first. You should restart R, run that, and then restart R again just to be safe

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