gtable test with ggplot2

library(devtools)
dev_mode()
## Dev mode: ON
library(ggplot2)

ggplot(mtcars, aes(wt,mpg)) + geom_point()

plot of chunk unnamed-chunk-1