Skip to content

Instantly share code, notes, and snippets.

@linhai86
Created September 11, 2017 17:02
Show Gist options
  • Save linhai86/dab133c6a15b56133b8388a06939ba68 to your computer and use it in GitHub Desktop.
Save linhai86/dab133c6a15b56133b8388a06939ba68 to your computer and use it in GitHub Desktop.

Create personal library directory and set it to default in Rstudio Server:

# Create .Rprofile file in the home folder and insert the following code:

.libPaths(c("/home/users/linh35/R/x86_64-pc-linux-gnu-library/3.2", .libPaths()))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment