The new $.text methods introduced in 0.5.0 has created a conflict with ggplot2. It seem to trigger the very unfortunately named grid:::validDetails.text.
library(corpus)
library(ggplot2)
ggplot(cars, aes(x = speed)) + geom_bar()
# Error in `$.text`(x, "label") : $ operator is invalid for text objects
Not sure if this is a bug in ggplot2 or corpus. @hadley.
The new
$.textmethods introduced in 0.5.0 has created a conflict with ggplot2. It seem to trigger the very unfortunately namedgrid:::validDetails.text.Not sure if this is a bug in ggplot2 or corpus. @hadley.