Created
August 31, 2011 01:32
-
-
Save mwfrost/1182602 to your computer and use it in GitHub Desktop.
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
| # 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