Running RStudio 1.2.5033, R 3.6.1, and readr 1.3.1.
Previously was having no issues reading in a CSV file yesterday, software was updated to what you see above and now getting
Error: Unknown TZ UTC
when I try to read in anything with
table.df <- read_csv('csv_file.csv')
I found this post and have explored locale as a chunk/file/global option (specific and default) without success. I am from the USA and have tried every time zone they list in the help. Even tried
options(readr.default_locale=readr::locale(tz="Australia/Sydney"))
and I get
Error: Unknown TZ Australia/Sydney
I don't manage this instance as it's running on a remote cluster and sysadmin kicked me off today to update a number of softwares including R. I've run all package updates. Sysadmin is smart and doesn't tinker with too much and I haven't changed any global settings so I'm not sure what this might be. Hoping I'm an idiot and I'm just missing an easy fix.