Skip to content

Instantly share code, notes, and snippets.

@mwfrost
Created August 31, 2011 01:32
Show Gist options
  • Select an option

  • Save mwfrost/1182602 to your computer and use it in GitHub Desktop.

Select an option

Save mwfrost/1182602 to your computer and use it in GitHub Desktop.
# Go to the folder where you’re keeping source code:
C:\Program Files\R\src\
# Open the git client and execute
git clone --recursive "http://github.com/hadley/stringr.git"
# In R, execute the install function with repos = NULL and using the entire path to the source directory:
install.packages(c("C:/Program Files/R/src/stringr"), type="source", repos=NULL)
# If all the dependencies are in place, it will work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment