Disable line for M1 timezone fix

feature/plugin_sentimental
JulioV 2021-02-21 17:44:39 -05:00
parent 4819e22fd5
commit 135ebb2478
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ local({
# signal that we're loading renv during R startup
Sys.setenv("RENV_R_INITIALIZING" = "true")
on.exit(Sys.unsetenv("RENV_R_INITIALIZING"), add = TRUE)
Sys.setenv("TZDIR" = file.path(R.home(), "share", "zoneinfo"))
# Uncomment the line below line if you are using an M1 Mac
# Sys.setenv("TZDIR" = file.path(R.home(), "share", "zoneinfo"))
# signal that we've consented to use renv
options(renv.consent = TRUE)