JohnReid/DeLorean

Cannot use estimate.hyper() with dplyr/plyr conflict

Closed this issue · 2 comments

In plyr, group_by(gene) fails to give a table with the gene column preserved.
In dplyr, it does preserve the column.

Other packages that run a process with R and dplyr and plyr both loaded will most likely conflict without the direct namespace reference (e.g. a Shiny app that wants to use both the Monocle and DeLorean package will cause problems).

delorean_namespace_error

Thanks for pointing this out. I've been trying to eliminate dplyr/plyr conflicts by explicitly referencing the correct namespace. I've obviously yet to catch them all. Please let me know if you find any more issues. John.

OK I think I have fixed this in this commit. Please let me know if you have any other similar issues. I'm trying to find them all. For the moment the code is in a bit of a state of flux as I refactor it for submission to CRAN.