Discussion:
Error in rename(x, .base_to_ggplot, warn_missing = FALSE) : could not find function "revalue"
Marlena Duda
2013-06-24 16:24:24 UTC
Permalink
Hi all -

I just got a new computer and I am trying to reproduce graphs in R on this
new machine that worked previously on my old machine. This is the error I
am getting:

Error in rename(x, .base_to_ggplot, warn_missing = FALSE) :
could not find function "revalue"

I did some google searching and suggestions included installing plyr
package, updating my packages, and restarting R. None of these worked for
me. Does anyone have any ideas?

Any help is much appreciated!

Thanks,
Marlena
--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility

To post: email ggplot2-/***@public.gmane.org
To unsubscribe: email ggplot2+unsubscribe-/***@public.gmane.org
More options: http://groups.google.com/group/ggplot2

---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Dennis Murphy
2013-06-24 20:07:19 UTC
Permalink
revalue() is in the plyr package; you need to load it explicitly for
all 0.9.x versions of ggplot2.

Dennis
Post by Marlena Duda
Hi all -
I just got a new computer and I am trying to reproduce graphs in R on this
new machine that worked previously on my old machine. This is the error I
could not find function "revalue"
I did some google searching and suggestions included installing plyr
package, updating my packages, and restarting R. None of these worked for
me. Does anyone have any ideas?
Any help is much appreciated!
Thanks,
Marlena
--
--
You received this message because you are subscribed to the ggplot2 mailing list.
https://github.com/hadley/devtools/wiki/Reproducibility
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--

Loading...