Skip to content

Commit

Permalink
Correct Set-Content for .Profile.site
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronJackson committed May 15, 2024
1 parent 6925d20 commit cf9cd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rstudio.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ local({r <- getOption("repos")
# Set timezone
Sys.setenv(TZ='Europe/London')
"@
Set-Content "C:\Program Files\R\R-4.3.2\etc\Rprofile.site" $RConfig
Set-Content "C:\Program Files\R\R-4.4.0\etc\Rprofile.site" $RConfig
Set-Content "C:\Users\Administrator\Documents\.Renviron" "RSTUDIO_DISABLE_SECURE_DOWNLOAD_WARNING=1"

0 comments on commit cf9cd91

Please sign in to comment.