find which functions from 'plyr' are used
A hackathon for the analysis of disease outbreaks in R
Status: Planning
Brought to you by:
jombart
We're currently importing all of plyr, which is a total overkill. There is a function remaining besides 'rename', but I can't find it. My suspicion is: somewhere in the ggplot2 graphs (plotggphy or plotGeo).
Once found the NAMESPACE needs updating.
The only other "plyr" function I could find is "ddply". However, it only appears in misc/ggplot2_example.R so should not be an issue.
I uncommented "importFrom(plyr, "rename")" in the NAMESPACE and ran a R CMD check --as-cran but could not find any WARNING or ERROR related to "plyr" (see attached log).
Let me know if I need to do further check before pushing?
Cheers,
A