ggbiplot icon indicating copy to clipboard operation
ggbiplot copied to clipboard

plyr error

Open jkylearmstrong opened this issue 4 years ago • 1 comments

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

jkylearmstrong avatar Apr 13 '21 19:04 jkylearmstrong

I created a pull request to fix this #69

wesley4546 avatar Sep 16 '21 05:09 wesley4546