Skip to content

Instantly share code, notes, and snippets.

@mwt
Created September 30, 2021 23:01
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 mwt/f335a3a0aae7e73e9775091db46e8abd to your computer and use it in GitHub Desktop.
Save mwt/f335a3a0aae7e73e9775091db46e8abd to your computer and use it in GitHub Desktop.
Fix OneDrive Issue in R
$R_lib_path = "$env:USERPROFILE\R"
[System.Environment]::SetEnvironmentVariable('R_LIBS_USER', $R_lib_path, [System.EnvironmentVariableTarget]::User)
New-Item -ItemType Directory -Force -Path $R_lib_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment