library(devtools) dev_mode()
## Dev mode: ON
library(ggplot2) ggplot(mtcars, aes(wt,mpg)) + geom_point()