vignettes/children/install.Rmd
install.Rmd
To install the stable version from CRAN,
install.packages('ggthemes', dependencies = TRUE)
Or, to install the development version from github, use the devtools package,
library("devtools")
install_github(c("hadley/ggplot2", "jrnold/ggthemes"))