Created
November 26, 2015 12:31
-
-
Save peterdalle/e91aded4f7f4192877b0 to your computer and use it in GitHub Desktop.
Install R libraries to the C:\Users\<You>\R\win-library\x.y\ folder in case of error message "warning in install.packages lib='...' is not writable"
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
dir.create(Sys.getenv("R_LIBS_USER"), recursive = TRUE) | |
# http://stackoverflow.com/questions/5059692/unable-to-update-r-packages-in-default-library-on-windows-7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment