Last active
July 21, 2016 14:36
-
-
Save kylebaron/46b3c976f5855091fcdea9d3a7a27108 to your computer and use it in GitHub Desktop.
Install
This file contains hidden or 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
.libPaths("~/Rlibs") ## Change this to your Rlibs directory | |
if(!require(devtools)) install.packages("devtools") | |
library(devtools) | |
update.packages(ask=FALSE) | |
devtools::install_github("metrumresearchgroup/[email protected]", subdir="rdev", type="source") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment