Skip to content

Instantly share code, notes, and snippets.

@CerebralMastication
Created February 14, 2010 21:04
Show Gist options
  • Save CerebralMastication/304262 to your computer and use it in GitHub Desktop.
Save CerebralMastication/304262 to your computer and use it in GitHub Desktop.
libPath <- paste("~/R", pid, "/", sep='')
options(repos=c(CRAN="http://streaming.stat.iastate.edu/CRAN/"))
dir.create(libPath)
install.packages("Hmisc", lib=libPath)
require(Hmisc, lib=libPath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment