install.packages("devtools")
library(devtools)
dev_mode(on=T)
install_github("hadley/ggplot2")
# use dev ggplot2 now
# when finished do:
dev_mode(on=F) #and you are back to having stable ggplot2
Created
November 28, 2015 02:14
-
-
Save codingneo/6339df17892b3f47548a to your computer and use it in GitHub Desktop.
[R] - Install R Package From GitHub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment