Skip to content

plyr error  #68

Description

@jkylearmstrong

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions