Skip to content

Instantly share code, notes, and snippets.

@multidis
Created July 3, 2017 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save multidis/a4c9a21edb37a578ad2ff045261f33fb to your computer and use it in GitHub Desktop.
Save multidis/a4c9a21edb37a578ad2ff045261f33fb to your computer and use it in GitHub Desktop.
`$HOME/.Renviron` content to fix inability of creating personal library repository in R 3.4.1
## https://stackoverflow.com/questions/44873972/default-r-personal-library-location-is-null
R_LIBS_USER="${HOME}/R/${R_PLATFORM}-library/permanent/"
## check with `.libPaths()` in R-session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment