From 135ebb24789ab8d94e8645b8e5b28e09dcff2768 Mon Sep 17 00:00:00 2001 From: JulioV Date: Sun, 21 Feb 2021 17:44:39 -0500 Subject: [PATCH] Disable line for M1 timezone fix --- renv/activate.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renv/activate.R b/renv/activate.R index 5fbb4d27..00e4b579 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -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)