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

plyr error #68

Open
jkylearmstrong opened this issue Apr 13, 2021 · 1 comment
Open

plyr error #68

jkylearmstrong opened this issue Apr 13, 2021 · 1 comment

Comments

@jkylearmstrong
Copy link

I get the following error:

## You have loaded plyr after dplyr - this is likely to cause problems.
## If you need functions from both plyr and dplyr, please load plyr first, then dplyr:
## library(plyr); library(dplyr)

This is because in the package there is an explicate library call:

library(plyr)

inside of https://github.com/vqv/ggbiplot/blob/master/R/ggbiplot.r

inside of packages the RoxyGen @importFrom tag

dplyr is in direct conflict with plyr

@wesley4546
Copy link

I created a pull request to fix this #69

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