Created
September 30, 2021 23:01
-
-
Save mwt/f335a3a0aae7e73e9775091db46e8abd to your computer and use it in GitHub Desktop.
Fix OneDrive Issue in R
This file contains 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
$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