Created
July 30, 2014 16:41
-
-
Save jamesthomson/c43e1c79d49161e14a1e to your computer and use it in GitHub Desktop.
install R package from github
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install.packages("devtools") | |
library("devtools") | |
install_github("jamesthomson/R2D3") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment