Skip to content

Instantly share code, notes, and snippets.

@kylebaron
Last active July 21, 2016 14:36
Show Gist options
  • Save kylebaron/46b3c976f5855091fcdea9d3a7a27108 to your computer and use it in GitHub Desktop.
Save kylebaron/46b3c976f5855091fcdea9d3a7a27108 to your computer and use it in GitHub Desktop.
Install
.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